#
2a17453e |
| 24-Apr-2000 |
Thies C. Arntzen |
RINIT was called twice for modules loaded vi php.ini
|
#
0c2b366c |
| 05-Apr-2000 |
Colin Viebrock |
phpinfo() prettying
|
#
fe92fef6 |
| 30-Mar-2000 |
Sascha Schumann |
Allocate enough memory for additional /. Also remove the extra check for the trailing /. Unix will automatically apply s#/+#/# Partly suggested by: drew@elysium.ltd.uk PR: #
Allocate enough memory for additional /. Also remove the extra check for the trailing /. Unix will automatically apply s#/+#/# Partly suggested by: drew@elysium.ltd.uk PR: #3956
show more ...
|
#
3642282b |
| 30-Mar-2000 |
Sascha Schumann |
Some OS prepend _ to symbol names while their dynamic linker does not do that automatically. Thus we check manually for _get_module.
|
Revision tags: PHP-4.0-RC1 |
|
#
6a7bc777 |
| 25-Mar-2000 |
Sam Ruby |
Dynamically load java support, for better error messages
|
#
e88bde0a |
| 18-Mar-2000 |
Andi Gutmans |
- Fix compile problem on FreeBSD.
|
#
70eb0c78 |
| 13-Mar-2000 |
Andi Gutmans |
- Also check module API number
|
#
fe558092 |
| 11-Mar-2000 |
Andi Gutmans |
- Don't load modules which have different debug and ZTS information than PHP() (untested). Not sure how to handle API version. Should it also not load? It probably should but it might bit
- Don't load modules which have different debug and ZTS information than PHP() (untested). Not sure how to handle API version. Should it also not load? It probably should but it might bite us at some point. @ Prevent from loading dynamic PHP modules which were compiled with different debug and thread safety modes than PHP, which resulted in a crash (Andi)
show more ...
|
#
2d2c4949 |
| 07-Mar-2000 |
Andi Gutmans |
- Thies, it is crucial :)
|
#
3b6d718f |
| 07-Mar-2000 |
Thies C. Arntzen |
(php: dl) fixed MAXPATHLEN bug # now it's /* SAFE */ !
|
#
99e0b363 |
| 06-Mar-2000 |
Stig Bakken |
@Cleaned up extension namespace (Stig) Cleaned up extension namespace, and changed ext/standard into one single extension.
|
Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1 |
|
#
86fa2aad |
| 19-Feb-2000 |
Zeev Suraski |
the pipe is breaking all the time
|
Revision tags: 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
|
#
6d0ab616 |
| 10-Feb-2000 |
Zeev Suraski |
SAPIfication, Episode VI: Return of the SAPI Remove mostly all references to APACHE and CGI_BINARY from the code. - Apache include files are no longer included by any PHP code, except f
SAPIfication, Episode VI: Return of the SAPI Remove mostly all references to APACHE and CGI_BINARY from the code. - Apache include files are no longer included by any PHP code, except for the Apache SAPI module. - No server specific code is in any of the base PHP code. Still left to be done: - Eliminate any references to APACHE from the few remaining modules. - Move request_info.c's logic to SAPI - Modify the regex function names, and globals, so that we can always include them, without having to fear any interference with Apache; Always use the bundled regex library
show more ...
|
Revision tags: BEFORE_SAPIFICATION_FEB_10_2000 |
|
#
3a816341 |
| 05-Feb-2000 |
Zeev Suraski |
Cleanup patches
|
Revision tags: 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 |
|
#
a1ad2872 |
| 18-Dec-1999 |
Zeev Suraski |
- The tree compiles again
|
#
396bccfb |
| 17-Dec-1999 |
Zeev Suraski |
More php3_ cleanup
|
#
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)
|
Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP, PRE_RETURN_REF_PATCH |
|
#
0dd96584 |
| 04-Dec-1999 |
Stig Bakken |
#if -> #ifdef change for HAVE_LIBDL (to be consistent with the same symbol in libzend).
|
#
061cfea2 |
| 26-Nov-1999 |
Zeev Suraski |
*** empty log message ***
|
Revision tags: 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 |
|
#
f160ee87 |
| 29-Oct-1999 |
Rasmus Lerdorf |
Kill the regex header file warnings
|
#
515206ec |
| 17-Oct-1999 |
Egon Schmid |
Looks better, but isn't wrong
|
#
e2d66a6d |
| 13-Oct-1999 |
Thies C. Arntzen |
new api fo dl() - renamed php3_dl to php_dl (added compat header)
|