#
0e18779e |
| 04-Mar-2000 |
Andrei Zmievski |
@Added ip2long() and long2ip() courtesy of Faisal Nasim <faisal@nasim.org> |
#
d34b1440 |
| 04-Mar-2000 |
Zeev Suraski |
@- Added parse_ini_file(). Currently implemented in non thread safe version @ of PHP, and currently lacks section support (Zeev) - Bring the non thread safe .dsp's uptodate |
#
fd344d36 |
| 26-Feb-2000 |
Zeev Suraski |
@- Added ini_set() as an alias to ini_alter() (Zeev) |
Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1, BEFORE_SAPI_POST_PATCH_17_FEB_2000 |
|
#
80bdd19e |
| 11-Feb-2000 |
Zeev Suraski |
Fine tune Andi's patch |
#
29280bb9 |
| 10-Feb-2000 |
Andi Gutmans |
- Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32 |
Revision tags: BEFORE_SAPIFICATION_FEB_10_2000 |
|
#
86a19f47 |
| 31-Jan-2000 |
Zeev Suraski |
Add the complement to the putenv() security |
#
53a0d6fb |
| 30-Jan-2000 |
Zeev Suraski |
Fix typo |
#
55400283 |
| 30-Jan-2000 |
Zeev Suraski |
@- Added the ability to prevent the user from overriding certain environment @ variables in Safe Mode (Zeev) - Finished work, more or less |
#
01362974 |
| 30-Jan-2000 |
Zeev Suraski |
Some more work, I'll finish this when I get home |
#
430571d6 |
| 30-Jan-2000 |
Zeev Suraski |
Initial work on the protected env vars stuff |
Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH, PRE_ISSET_TYPE |
|
#
90f1218f |
| 26-Dec-1999 |
Zeev Suraski |
- Change uint32 to php_uint32 (PostgreSQL defines uint32, and perhaps other packages too) - PostgreSQL finally compiles&links |
Revision tags: PRE_LIBZEND_TO_ZEND |
|
#
fb1c77bd |
| 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) |
#
8f17fbb9 |
| 16-Dec-1999 |
Andrei Zmievski |
Added get_loaded_extensions(), extension_loaded(), and get_extension_funcs() functions. @ Added get_loaded_extensions(), extension_loaded(), and get_extension_funcs() functions. (Andrei) |
Revision tags: PRE_RETURN_REF_MERGE |
|
#
1be7a8d4 |
| 14-Dec-1999 |
Andrei Zmievski |
Moved function_exists() to Zend library. |
#
e911ee38 |
| 13-Dec-1999 |
Sascha Schumann |
Make rand.c thread-safe. |
#
61a6a926 |
| 12-Dec-1999 |
Sascha Schumann |
Make filestat.c thread-safe |
#
d9258da4 |
| 12-Dec-1999 |
Sascha Schumann |
@- Made pageinfo.c thread-safe (Sascha) |
Revision tags: RETURN_REF_BP, PRE_RETURN_REF_PATCH |
|
#
3b515617 |
| 01-Dec-1999 |
Sascha Schumann |
Make array.c thread-safe |
#
6216edda |
| 28-Nov-1999 |
Sascha Schumann |
Make basic/string functions thread-safe |
Revision tags: ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5 |
|
#
438addf3 |
| 13-Nov-1999 |
Andrei Zmievski |
Split array functions into separate module. |
Revision tags: php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2 |
|
#
229a26a4 |
| 02-Nov-1999 |
Evan Klinger |
(PHP getprotoby{name,number}) New Functions @- Implemented getprotoby{name,number} (Evan) |
#
92f6a8b2 |
| 01-Nov-1999 |
Andrei Zmievski |
Added array_pad() function. # Ignore multisort() for now. @- Added array_pad() function. (Andrei) |
#
f7440c02 |
| 01-Nov-1999 |
Evan Klinger |
(PHP getservby{name,port}) New functions. @- Added new getservby{name,port} functions. (Evan) |
#
ea880d2b |
| 27-Oct-1999 |
Thies C. Arntzen |
moved output.c into ext/standart and made it thread-safe. moved output-buffering related functions from basic_functions to output.c Win32 project need to be updated to reflect new position.
moved output.c into ext/standart and made it thread-safe. moved output-buffering related functions from basic_functions to output.c Win32 project need to be updated to reflect new position. # i'm not really happy with this solution, but it seemed the easiest one! # the whole output code is a bit hard to understand... @- Output-Buffering system is now Thread-Safe. (Thies)
show more ...
|
#
21ce8b7c |
| 26-Oct-1999 |
Andrei Zmievski |
(PHP array_map) Away with it. |