1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 08:28:26 +02:00
Commit Graph

27713 Commits

Author SHA1 Message Date
Marcus Boerger 3bca709fbc Add missing module deps 2004-08-11 21:04:36 +00:00
Marcus Boerger 364c2fe5a2 TSRM fix 2004-08-11 20:51:41 +00:00
Ilia Alshanetsky af77fdb9bf It's stable now. 2004-08-11 20:31:39 +00:00
Ilia Alshanetsky e8f10e2694 Prepare for 1.0 release of enchant. 2004-08-11 20:30:44 +00:00
Marcus Boerger be022a813f More meaningfull error message 2004-08-11 20:19:49 +00:00
Derick Rethans 318be175a4 - Added a notice to getimagesize in case zlib is not available and a compressed
SWF movie has been passed to the function.
2004-08-11 12:33:03 +00:00
Christian Stocker 786ffab310 fix test 2004-08-11 08:23:26 +00:00
Rasmus Lerdorf 3166314d89 Reset global request_time in sapi_activate. Reset it in sapi_deactivate
too, although I can't see why that would be necessary, but most of the
other sapi globals are reset there as well.
2004-08-11 06:18:25 +00:00
Derick Rethans 4894978500 - Added missing defines.
#- I did say the patch was for 4.3 ;-)
2004-08-11 06:11:07 +00:00
Sara Golemon 883e096ce6 Minor format specifier fixes 2004-08-11 04:27:01 +00:00
Sara Golemon 74de8bdb02 Don't require the user to specify as a reference 2004-08-11 03:57:15 +00:00
a13424db00 ChangeLog update 2004-08-11 00:33:29 +00:00
Ilia Alshanetsky 60b6ac053e Fixed bug #29606 (php_strip_whitespace() prints to stdout rather then
returning the value).
2004-08-10 22:16:46 +00:00
Rasmus Lerdorf cad60c3760 Add SAPI hook to get the request time if provided by the web server,
otherwise call time(0) on the first call and store it so subsequent
calls will get the same time.  Hook support for Apache1/2 included.
2004-08-10 17:40:00 +00:00
Dmitry Stogov 426443cc18 Changed bugs order. 2004-08-10 16:43:20 +00:00
Dmitry Stogov fa6079ea25 Fixed bug #28969 (Wrong data encoding of special characters) 2004-08-10 16:18:08 +00:00
Dmitry Stogov de46ba2ea5 Fixed bug #28969 (Wrong data encoding of special characters). 2004-08-10 16:11:41 +00:00
Dmitry Stogov bcdab8f7e6 Fixed bug #29256 (SOAP HTTP Error when envelop size is more than 24345 bytes) 2004-08-10 14:57:47 +00:00
Wez Furlong b21a7357fc Fix for #29256 from Dmitry, very slightly modified 2004-08-10 13:44:43 +00:00
Dmitry Stogov db855e2c74 Test is fixed. (__call() requires two parameters). 2004-08-10 09:57:16 +00:00
Christian Stocker 32613f510c Fix segfault on error in xslt 2004-08-10 08:00:06 +00:00
Marcus Boerger 51505045e6 - Fix warnings 2004-08-10 07:01:54 +00:00
Moriyoshi Koizumi 51fc7b8ea5 - Bugfix #29493 (extract(array, EXTR_REFS) misbehaves with elements referred
twice or more times). (Patch inspired by Michael Manley. Thanks.)
2004-08-10 06:00:30 +00:00
Andi Gutmans b4faef2fe3 - MFB 2004-08-10 05:42:21 +00:00
Ilia Alshanetsky 636eb109ad Fixed bug #29581 (Typo inside php.ini comments for mysql.trace_mode). 2004-08-10 00:44:20 +00:00
96209e6cad ChangeLog update 2004-08-10 00:34:28 +00:00
Derick Rethans 92df5e9af9 - Fixed speling and some reordering 2004-08-09 15:56:51 +00:00
Georg Richter 2454194424 fixed bug #29577 (MYSQLI_CLIENT_FOUND_ROWS undefined) 2004-08-09 04:34:01 +00:00
7374258dc1 ChangeLog update 2004-08-09 00:34:17 +00:00
Ilia Alshanetsky f268ada2f3 When skip condition is met, stop. 2004-08-08 21:31:50 +00:00
Ilia Alshanetsky 93b21c6ed4 MFB: removed \r characters. 2004-08-08 21:26:29 +00:00
Christian Stocker 264fd866a1 - Fix bug #29573: Segmentation fault when php function(called from XSLT templat) throw exception
- Fix some 0 Byte Memory Leaks
2004-08-08 18:01:33 +00:00
79187b1360 ChangeLog update 2004-08-08 00:34:33 +00:00
Wez Furlong 8c4b687769 Fix for Bug #29490 from Michael Sisolak.
Another fine patch; thanks Michael.
2004-08-07 21:00:59 +00:00
Sara Golemon 37b8c079d6 Fix inet_pton/ntop() on BSD 2004-08-07 15:59:59 +00:00
Sara Golemon 592b17d4d1 Binary safety fix for inet_pton() 2004-08-07 05:11:26 +00:00
Sara Golemon 75f4ec8879 New Functions inet_pton() and inet_ntop() 2004-08-07 04:50:24 +00:00
Andi Gutmans f3d6620f00 - Commit Derick's patch for allowing Zend to use regular libc memory
- allocation functions. Mainly useful in conjunction with tools such as
- valgrind which enables us to find bugs we might not find with the
- current memory managers boundary protection.
2004-08-07 00:45:34 +00:00
b86a6d448a ChangeLog update 2004-08-07 00:35:48 +00:00
Sara Golemon d1341b1c15 Add A6 support, fix IPv6 address parsing, and improve define compatability 2004-08-06 18:38:35 +00:00
Sara Golemon b48af415cd ZTS Fix 2004-08-06 16:36:00 +00:00
Wez Furlong d0ce6368b1 Avoid possible segfault when using stream_socket_client with bogus flags. 2004-08-06 14:08:17 +00:00
b7b1440330 ChangeLog update 2004-08-06 00:33:59 +00:00
Ilia Alshanetsky ee656c4b32 php_error() -> php_error_docref() 2004-08-05 23:57:51 +00:00
Gabor Hojtsy 15e14aeca5 update documentation credits, mentioning that more contributors are listed in the manual 2004-08-05 16:26:15 +00:00
Antony Dovgal 5a10841059 remove all references to @ thing, as it's not recommended.
always add it to NEWS yourself please (c) Derick =)
2004-08-05 14:15:36 +00:00
Antony Dovgal 22bbf75b5f news entry 2004-08-05 14:13:13 +00:00
Antony Dovgal e63a7d893b change xsl_xsltprocessor_set_parameter() to support parameter->value arrays
add test for it
@Change xsl_xsltprocessor_set_parameter() to support parameter->value arrays (Tony)
2004-08-05 13:31:17 +00:00
Wez Furlong a60a6c5209 Generate a .reg file for the syslog stuff
NB: still need a solution for zts and non-zts on the same machine.
2004-08-05 12:15:17 +00:00
Ilia Alshanetsky b1c45f61ad Eliminate unneeded variable. 2004-08-05 00:44:30 +00:00