Revision tags: php-4.0.5, 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 |
|
#
d2c9e807 |
| 26-Feb-2001 |
Andi Gutmans |
- Update copyright year
|
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, 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 |
|
#
2c95b113 |
| 28-Jul-2000 |
Stanislav Malyshev |
Make define return false and issue E_NOTICE when trying to redefine constant @- Make define return false and issue E_NOTICE when trying to redefine constant (Stas)
|
Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2 |
|
#
8e45536c |
| 26-Jun-2000 |
Zeev Suraski |
Make it possible to detect whether we're thread safe or not from PHP scripts and the php.ini file
|
Revision tags: php-4.0.1RC, PRE_EIGHT_BYTE_ALLOC_PATCH, php-4.0.0, php-4.0RC2 |
|
#
a51d3058 |
| 19-Apr-2000 |
Zeev Suraski |
- Renamed get_used_files() to get_required_files() for consistency - Documented some functions - Added user-level warning messages - Added user_error()
|
Revision tags: PHP-4.0-RC1 |
|
#
5e55e47f |
| 06-Mar-2000 |
Zeev Suraski |
It's official now...
|
Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1 |
|
#
0ac9536d |
| 19-Feb-2000 |
Zeev Suraski |
(c) patch
|
Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000 |
|
#
603aca0b |
| 13-Feb-2000 |
Zeev Suraski |
Fix a memory leak
|
#
80bdd19e |
| 11-Feb-2000 |
Zeev Suraski |
Fine tune Andi's patch
|
Revision tags: BEFORE_SAPIFICATION_FEB_10_2000 |
|
#
bc5c9d8d |
| 10-Feb-2000 |
Andi Gutmans |
- Finally beautify those WIN32|WINNT checks
|
#
9f51f154 |
| 05-Feb-2000 |
Zeev Suraski |
- Stop passing list/plist to internal functions - Add a typedef for the pCopyConstructor function pointer - Minor hacks
|
#
62114c18 |
| 17-Jan-2000 |
Zeev Suraski |
Destructors no longer return ints, the low level problem it was intended to solve is long gone now...
|
Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH |
|
#
bdefd5da |
| 04-Jan-2000 |
Andi Gutmans |
- Change IS_UNSET -> IS_NULL
|
#
f2d703e9 |
| 31-Dec-1999 |
Zeev Suraski |
- Nuke undefined_variable_string - Introduce IS_UNSET
|
Revision tags: PRE_ISSET_TYPE |
|
#
546af707 |
| 28-Dec-1999 |
Thies C. Arntzen |
new constant: SQL_NULL new macros: RETURN_SQLNULL,RETVAL_SQLNULL,IS_SQLNULL
|
Revision tags: PRE_LIBZEND_TO_ZEND |
|
#
71dddd7d |
| 17-Dec-1999 |
Zeev Suraski |
- Made PHP_VERSION and PHP_OS work again - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
|
Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP, PRE_RETURN_REF_PATCH, ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2, PRE_FETCH_READ_PATCH, before-sapi-split, PRE_DELAYED_ARRAY_FETCH_PATCH |
|
#
6313238c |
| 20-Aug-1999 |
Zeev Suraski |
Fix for Thies's UMR
|
#
28f9dc6e |
| 10-Aug-1999 |
Andi Gutmans |
- Got rid of the C++ comments.
|
Revision tags: php-4.0b2, BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE, php-4.0b1 |
|
#
5bae591f |
| 22-Jul-1999 |
Zeev Suraski |
New constants
|
#
8d1de13a |
| 19-Jul-1999 |
Zeev Suraski |
0.91 update
|
#
b5b11177 |
| 16-Jul-1999 |
Zeev Suraski |
License update
|
#
fec59d3b |
| 14-Jul-1999 |
Andi Gutmans |
- License update - Fix multithreaded constants startup
|
Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2 |
|
#
81d901b1 |
| 09-Jul-1999 |
Zeev Suraski |
Step 1 in nuking the garbage collector: - Change the hash destructor to return int - Don't kill the bucket on hash_destroy if the destructor returns 0
|
Revision tags: BEFORE_REMOVING_GC_STEP1, BEFORE_PHP4_APACHE_MODULE_CHANGE |
|
#
a9f9ae79 |
| 21-Apr-1999 |
Zeev Suraski |
Thread safety patch. It works now with 'just in time' resource initialization!
|
#
7a87fcbb |
| 21-Apr-1999 |
Zeev Suraski |
Thread safety patch. We're still not quite there but it compiles again, and more logic has been implemented.
|
Revision tags: BEFORE_STACK_PATCH, CLOSED_BETA |
|
#
573b4602 |
| 07-Apr-1999 |
Andi Gutmans |
Zend Library
|