#
0a3761e2 |
| 19-Jan-2001 |
Andi Gutmans |
- For Sterling. I wonder if not all of the API functions should take the - key_length as a parameter in order to save that strlen(). |
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 |
|
#
f1a9920b |
| 02-Nov-2000 |
Zeev Suraski |
Maintain consistency |
#
2946f87f |
| 26-Oct-2000 |
Andi Gutmans |
- Fix new -m on Windows |
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 |
|
#
fce92e3c |
| 12-Jun-2000 |
Zeev Suraski |
Avoid using E_CORE_* errorlevels in any place which is not in the global startup sequence |
#
07a8327a |
| 11-Jun-2000 |
Zeev Suraski |
Fix zend_get_parameters() |
#
a2979141 |
| 10-Jun-2000 |
Zeev Suraski |
Fix bug #4768 |
Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH |
|
#
eb0e6946 |
| 09-Jun-2000 |
Andi Gutmans |
- Andrei, this is for you! - Add zend_register_internal_class_ex() which allows you to specify a - parent to inherit from. You can either specify the parent directly or via - its name. |
#
6ce07a85 |
| 09-Jun-2000 |
Andi Gutmans |
- Change register_internal_class to zend_register_internal_class for - consistency. - Andrei: I'm still thinking about the _ex you want me to implement |
#
45835295 |
| 06-Jun-2000 |
Sascha Schumann |
Add newline at the end of the file (breaks at least SCO and Tru64 C compiler). |
#
13b67621 |
| 31-May-2000 |
Zeev Suraski |
Fix a bug in static initializers/default values/class member variables that contained array values |
#
bc7abb33 |
| 29-May-2000 |
Zeev Suraski |
Allow disabling of functions for security reasons |
Revision tags: php-4.0.0, php-4.0RC2 |
|
#
99e2820b |
| 02-May-2000 |
Sascha Schumann |
Fix segfault occuring when a temporary module was unloaded and if this module did not have a request shutdown function. |
#
dc93a62c |
| 24-Apr-2000 |
Zeev Suraski |
Correct fix |
#
9786e445 |
| 24-Apr-2000 |
Thies C. Arntzen |
MODULE_TEMPORARY should get a call to RSHUTDOWN as well! |
#
4cb9a483 |
| 15-Apr-2000 |
Zeev Suraski |
- Clean up resource lists namespace - Prepare extended resource list destructor APIs (currently unused) |
Revision tags: PHP-4.0-RC1 |
|
#
7fd92b52 |
| 26-Mar-2000 |
Andi Gutmans |
- Stop zend_func_args() and co. from crashing |
#
5dba4774 |
| 25-Mar-2000 |
Zeev Suraski |
- Some header dependencies cleanup - Generalize zval_print() and zval_print_r() |
#
6db18997 |
| 24-Mar-2000 |
Andi Gutmans |
- Nuke hash_*_ptr functions |
#
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 |
#
ceba50b6 |
| 19-Feb-2000 |
Zeev Suraski |
- Fix a nasty bug in the hash, introduced in the recent migration to macros - Make array_init() and friends trackable |
#
f77e6a44 |
| 19-Feb-2000 |
Zeev Suraski |
Generalize macros |
Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000, BEFORE_SAPIFICATION_FEB_10_2000 |
|
#
9f51f154 |
| 05-Feb-2000 |
Zeev Suraski |
- Stop passing list/plist to internal functions - Add a typedef for the pCopyConstructor function pointer - Minor hacks |
#
e0628436 |
| 03-Feb-2000 |
Andrei Zmievski |
*** empty log message *** |
#
8b9e07dac |
| 02-Feb-2000 |
Zeev Suraski |
- Fix built-in classes with more than 5 methods |