History log of /PHP-5.5/main/php.h (Results 76 – 100 of 279)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 5dbf49e3 29-Sep-2004 Anantha Kesari H Y

removed unwanted NEW_LIBC checks


Revision tags: php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0, php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1
# 61fc2a92 12-Jan-2004 Marcus Boerger

Add missing macro
# by popular demand, more and more exts need this


# ccfc46b0 08-Jan-2004 foobar

- Happy new year and PHP 5 for rest of the files too..
# Should the LICENSE and Zend/LICENSE dates be updated too?


# be5670af 24-Dec-2003 Ilia Alshanetsky

Fixed bug #26707 (Incorrect error for disabled functions/classes).


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# 3ab8d263 03-Nov-2003 Derick Rethans

- Always store the URI path in the streams structure, and expose it with
stream_get_meta_data().


Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1
# 102a5cad 24-Sep-2003 Ilia Alshanetsky

Fixed bug #25293 (Output correct EOL to error_log)


Revision tags: RELEASE_0_7
# e6ea5ca9 02-Sep-2003 Ard Biesheuvel

Fix use of EXTERN_C macros


# ab224612 29-Aug-2003 Marcus Boerger

Add define to reset error handling more easily


# 341b7b5d 28-Aug-2003 Sascha Schumann

add format attribute where appropiate


# 258d958d 28-Aug-2003 Sascha Schumann

Use ZEND_GCC_VERSION and ZEND_ATTRIBUTE_MALLOC


# 5ef7cc4c 28-Aug-2003 Sascha Schumann

Let GCC check format arguments


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.


12345678910>>...12