History log of /PHP-8.2/main/php.h (Results 201 – 225 of 393)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-4.3.3
# ab2ebdb4 22-Aug-2003 Brian France

Updated PHP_API_VERSION to 20030820 for the php_setcookie api change

# ef498a27 18-Aug-2003 Wez Furlong

linkage for C++

Revision tags: php-4.3.3RC4, RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5
# 4e796a70 03-Aug-2003 Zeev Suraski

Remove unnecessary macro

Revision tags: BEFORE_ARG_INFO, php-4.3.3RC2, php-5.0.0b1
# 9979003e 27-Jun-2003 Sascha Schumann

undefine macros before defining them

Revision tags: php-4.3.3RC1
# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.

Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT
# 605eb159 18-May-2003 Stanislav Malyshev

Bump API version - HEAD is no longer binary compatible
to 4.3 branch due to changes in globals, etc.

Revision tags: php-4.3.2RC3, RELEASE_0_9b
# 3fc4a327 07-May-2003 Marcus Boerger

Infrastructure to catch warnings and throw tehm as errors autmatically

Revision tags: SPL_ALPHA, php-4.3.2RC2
# 652b6154 19-Apr-2003 Sascha Schumann

Fix PUTS/PUTS_H to only evaluate their argument once.

Revision tags: RELEASE_0_6, RELEASE_0_5, init
# 2154cddd 08-Apr-2003 Andrei Zmievski

Move memnstr into Zend and make an alias for BC in PHP.

# 81482833 04-Apr-2003 Andrei Zmievski

Introduce ZEND_ME() and ZEND_METHOD() macros. Use these for declaring
class methods to avoid name collisions.

Revision tags: php-4.3.2RC1
# 411478e1 25-Feb-2003 foobar

Fixed bug #20256 (snprintf() not defined)

# 4934744b 17-Feb-2003 Zeev Suraski

Win32 build improvements

Revision tags: php-4.3.1
# 0a18a9d7 16-Feb-2003 Wez Furlong

A add much more useful select(2) implementation than is provided by
windows sockets. The winsock implementation will only work with sockets;
our implementation works with sockets and file de

A add much more useful select(2) implementation than is provided by
windows sockets. The winsock implementation will only work with sockets;
our implementation works with sockets and file descriptors.
By association, stream_select() will now operate correctly with files, pipes and sockets.

This change required linking against the winsock2 library. In terms of
compatibility, only older versions of windows 95 do not have winsock2
installed by default. It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user.

Also, add a win32 compatible pipe test when opening a stream from a pipe. This test will only work on NT, win2k and XP platforms. Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered. I will be working on a fix for this issue for win9x.

show more ...

Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# 3e2f1526 03-Jan-2003 Anantha Kesari H Y

A new file added and some old files modified for NetWare.

# 2c5d4b8c 31-Dec-2002 Sebastian Bergmann

Bump year.

Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3, php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1
# 6442b86b 07-Nov-2002 Sascha Schumann

bumb api version because of module_startup change

Revision tags: php-4.3.0pre2
# 2909e5c9 24-Oct-2002 Sascha Schumann

centralize #include "build-defs.h" and drop (sometimes inconsistent) other
instances

Revision tags: RELEASE_1_0b1, php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003
# 696e0a23 25-Sep-2002 Wez Furlong

Implement persistent streams. (for pfsockopen).
Juggle some includes/definitions.
Tidy up streams use in ext/standard/file.c

Revision tags: RELEASE_0_91
# 1b18be12 09-Sep-2002 Anantha Kesari H Y

NetWare related changes/modifications

Revision tags: php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2, php-4.2.3RC1
# 1134977b 12-Aug-2002 Marcus Boerger

fix for extension = ""
make php_verror available

# 88c385e8 08-Aug-2002 Marcus Boerger

rename php_error_func<n> to php_error_docref and support Wez idea
that solves ToDo requirement to point to PHP Manual in error messages.

# e50228ab 07-Aug-2002 Marcus Boerger

-new functions php_error_func<0> to support unified error messages
#read followup

Revision tags: dev, php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2, php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1
# 575e3682 31-May-2002 Venkat Raghavan S

NetWare related changes

Revision tags: BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1
# 50f68406 07-May-2002 Sascha Schumann

Due to the thread-safety changes and lots of other stuff, the
current tree is not backwards compatible anymore. Bump API no.

Revision tags: php-4.2.1RC2, php-4.2.1RC1, php-4.2.0
# b10b24d5 16-Apr-2002 Wez Furlong

Always initialize wrappers, regardless of PG(allow_url_fopen).
Add is_url field to wrapper structure; the stream wrapper openers
will disallow opening is is_url && !PG(allow_url_fopen).
A

Always initialize wrappers, regardless of PG(allow_url_fopen).
Add is_url field to wrapper structure; the stream wrapper openers
will disallow opening is is_url && !PG(allow_url_fopen).
Add infrastructure for stat($url) and opendir($url).
Tidy up/centralize code that locates and instantiates wrappers for the
various operations.
Implement opendir for plain files.
Make the PHP opendir and dir functions use the streams implementations.
Add modelines for syntax highlighting the pear scripts in vim

show more ...

12345678910>>...16