Revision tags: php-4.1.0, php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS |
|
#
78747bd2 |
| 09-Sep-2001 |
Derick Rethans |
- Don't wrap lines... this is annoying while coding.
|
Revision tags: php-4.0.7RC2, php-4.0.7RC1, BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT, PRE_TSRM_MERGE_PATCH, PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3 |
|
#
81e2cf03 |
| 06-Jun-2001 |
Rasmus Lerdorf |
Fix folding and clean up some extensions
|
#
25c3a3a3 |
| 05-Jun-2001 |
Rasmus Lerdorf |
vim-6 does folding - clean up a bunch of missing folding tags plus some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
|
Revision tags: php-4.0.6RC2 |
|
#
ff5a9de3 |
| 20-May-2001 |
Sascha Schumann |
Support for IRIX-style asctime_r/ctime_r.
|
Revision tags: php-4.0.6RC1, php-4.0.5 |
|
#
453b4c73 |
| 27-Apr-2001 |
Sascha Schumann |
Make old readdir_r code compatible with HPUX and Solaris.
|
Revision tags: php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1 |
|
#
a37a9db4 |
| 13-Mar-2001 |
Daniel Beulshausen |
fix bug in php_gmtime_r
|
#
eb6ba01d |
| 26-Feb-2001 |
Andi Gutmans |
- Fix copyright notices with 2001
|
Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3 |
|
#
e5a997ff |
| 28-Nov-2000 |
foobar |
@- Fixed a bug which made readdir() unusable in some systems. (Jani) # Bug report: #7390
|
Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1, php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE, PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC |
|
#
eb4b5ffd |
| 12-Jun-2000 |
Andrei Zmievski |
(php_readdir_r) Revert that bad patch.
|
#
e008af13 |
| 12-Jun-2000 |
Andrei Zmievski |
(php_readdir_r) Last argument to readdir_r was missing.
|
Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH |
|
#
4a1da8b6 |
| 04-Jun-2000 |
Zeev Suraski |
Fix Win32 build
|
#
8a86e37d |
| 24-May-2000 |
Sascha Schumann |
The behaviour for result == NULL || entry == NULL is undefined.
|
#
faf4f764 |
| 24-May-2000 |
Sascha Schumann |
If no further directory exists, php_readdir_r() returns success and sets *result to NULL.
|
#
25df65b0 |
| 24-May-2000 |
Sascha Schumann |
Support old-style readdir_r()
|
#
ff403158 |
| 24-May-2000 |
Sascha Schumann |
Avoid building two versions of the time-related reentrant functions.
|
#
2aaa538a |
| 23-May-2000 |
Sascha Schumann |
Use reentrant version of readdir. If the target platform does not support the POSIX-like readdir_r, we fall back to readdir. In ZTS mode, this will cause php_readdir_r calls to be serialized.
|
Revision tags: php-4.0.0 |
|
#
e043439f |
| 18-May-2000 |
Zeev Suraski |
Update the license with the new clause 6
|
Revision tags: php-4.0RC2 |
|
#
f2a236ff |
| 04-May-2000 |
Sascha Schumann |
Missed localtime_r/ctime_r. Prefix them with php
|
#
d0f3764e |
| 04-May-2000 |
Sascha Schumann |
Change reentrancy API to always use the php prefix. Check for the declaration of reentrant functions, so that we can use them in non-ZTS mode on all platforms.
|
#
9d2738cf |
| 24-Apr-2000 |
Zeev Suraski |
- Fix crash bug in localtime_r. If locatime() returns NULL then also return NULL
|
Revision tags: PHP-4.0-RC1 |
|
#
3bfe29fd |
| 03-Mar-2000 |
Sascha Schumann |
Support HP-UX 10.x non-standard time-related reentrant functions
|
Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1 |
|
#
9b621d1c |
| 19-Feb-2000 |
Zeev Suraski |
Get the license right... (this won't make it to RC1 of B4)
|
Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000, BEFORE_SAPIFICATION_FEB_10_2000, BEFORE_PRE_SHUTDOWN_REVERSE_PATCH |
|
#
43ae2bff |
| 01-Jan-2000 |
Sascha Schumann |
Happy Y2K patch! Happy new year (or the new millennium, depending on whether you start counting at 0 or 1).
|
Revision tags: PRE_ISSET_TYPE, PRE_LIBZEND_TO_ZEND |
|
#
143b02d8 |
| 19-Dec-1999 |
Sascha Schumann |
Fix for missing RAND_MAX on SunOS 4.1
|
Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP, PRE_RETURN_REF_PATCH |
|
#
cfc7e27a |
| 30-Nov-1999 |
Sascha Schumann |
Add PHPAPI for Windows.
|