#
0d383d93 |
| 02-May-2000 |
Sascha Schumann |
Replace the various get_module() functions with a uniform ZEND_GET_MODULE(name) macro.
|
#
0c2b366c |
| 05-Apr-2000 |
Colin Viebrock |
phpinfo() prettying
|
#
1fc8733d |
| 04-Apr-2000 |
Thies C. Arntzen |
export xml_utf8_decode for wddx module
|
Revision tags: PHP-4.0-RC1 |
|
#
caeaaf4d |
| 12-Mar-2000 |
Sascha Schumann |
Fix build on systems which lack snprintf or vsnprintf. PR: #3786
|
#
d02fe90b |
| 06-Mar-2000 |
Stig Bakken |
Change extension names in all extensions' zend_module_entry to their directory name.
|
#
c07b5282 |
| 24-Feb-2000 |
Egon Schmid |
More protos.
|
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, BEFORE_SAPIFICATION_FEB_10_2000 |
|
#
c5999300 |
| 10-Feb-2000 |
Sascha Schumann |
- Fixed ^#[ ]+preprocessor directive$ constructions which break some compilers - Made php_xml.h useable without having xmltok.h/xmlparse.h in the include path
|
#
8c813dbb |
| 05-Feb-2000 |
Andi Gutmans |
- Make Win32 compile again
|
#
e1a753c3 |
| 02-Feb-2000 |
Zeev Suraski |
Add expat to the distribution Add expat support to Win32 builds
|
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 |
|
#
a04805ce |
| 23-Dec-1999 |
Thies C. Arntzen |
killed warning + added reminder
|
Revision tags: PRE_LIBZEND_TO_ZEND |
|
#
a1ad2872 |
| 18-Dec-1999 |
Zeev Suraski |
- The tree compiles again
|
#
8a581c35 |
| 18-Dec-1999 |
Zeev Suraski |
More php3_ annihilation
|
#
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)
|
#
a3c65143 |
| 17-Dec-1999 |
Zeev Suraski |
More php3_ annihilation
|
Revision tags: PRE_RETURN_REF_MERGE |
|
#
7dfeb4fd |
| 14-Dec-1999 |
Joey Smith |
# Added date/time stamping to php3_log_error @ Preliminary support for date/time stamping in error logs Preliminary support for date/time stamping in error logs
|
Revision tags: RETURN_REF_BP |
|
#
2b2e6ff6 |
| 10-Dec-1999 |
Andrei Zmievski |
Fixed #2952.
|
#
7e4bd9fb |
| 09-Dec-1999 |
Andrei Zmievski |
(PHP strtoupper, strtolower, substr_replace) Made binary-safe. @Made strtoupper(), strtolower(), substr_replace() binary-safe. (Andrei)
|
Revision tags: PRE_RETURN_REF_PATCH |
|
#
6f416839 |
| 05-Dec-1999 |
Egon Schmid |
Thies, can you provide some docs? I need something to show to my German translators. Is the &obj correct?
|
#
f17f3e4f |
| 05-Dec-1999 |
Thies C. Arntzen |
@- added XML_Set_Object() function, now you can use the XML-Parser from @ within an object. (Thies) (XML_Set_Object) new function.
|
#
5b983c94 |
| 04-Dec-1999 |
Sascha Schumann |
Clean up php3.*\.h files. The files itself are renamed, and references in all .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them ma
Clean up php3.*\.h files. The files itself are renamed, and references in all .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.
show more ...
|
#
8f91051d |
| 04-Dec-1999 |
Stig Bakken |
Fix shared mode for gd/xml/mysql extensions.
|
Revision tags: ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3 |
|
#
b712c936 |
| 19-Nov-1999 |
Thies C. Arntzen |
@- Fixed mem-overwrite in XML_Parse_Into_Struct. (Thies) (PHP xml_parse_into_struct) buffer was sometimes short by 1.
|
Revision tags: PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2 |
|
#
604c14ab |
| 20-Oct-1999 |
Thies C. Arntzen |
(PHP xml_parse_into_struct) sometimes the value was truncated @- XML_Parse_Into_Struct no longer eats data. (Thies)
|