]> granicus.if.org Git - php/log
php
20 years agofixed bug #29656 (segfault on result and statement properties)
Georg Richter [Fri, 13 Aug 2004 16:25:29 +0000 (16:25 +0000)]
fixed bug #29656 (segfault on result and statement properties)

20 years agofix yet another annoying compile warning
Antony Dovgal [Fri, 13 Aug 2004 14:59:58 +0000 (14:59 +0000)]
fix yet another annoying compile warning

20 years agofix compile warning
Antony Dovgal [Fri, 13 Aug 2004 14:52:27 +0000 (14:52 +0000)]
fix compile warning

20 years agoForgot to add DomDocumentFragment->appendXML(), when I commited it back then
Christian Stocker [Fri, 13 Aug 2004 12:35:56 +0000 (12:35 +0000)]
Forgot to add DomDocumentFragment->appendXML(), when I commited it back then

20 years agoAdded DomDocument->recover property for parsing not well-formed XML Documents.
Christian Stocker [Fri, 13 Aug 2004 12:32:55 +0000 (12:32 +0000)]
Added DomDocument->recover property for parsing not well-formed XML Documents.

20 years ago- Added the PHP_EOL constant (Patch by Paul Hudson)
Derick Rethans [Fri, 13 Aug 2004 07:02:50 +0000 (07:02 +0000)]
- Added the PHP_EOL constant (Patch by Paul Hudson)

20 years agoChangeLog update
<changelog@php.net> [Fri, 13 Aug 2004 00:33:48 +0000 (00:33 +0000)]
ChangeLog update

20 years agominor fix in mysqli_prepare: copying stmt errormessag to mysql structure
Georg Richter [Thu, 12 Aug 2004 22:14:06 +0000 (22:14 +0000)]
minor fix in mysqli_prepare: copying stmt errormessag to mysql structure

20 years agoMore spaces -> tabs.
Chuck Hagenbuch [Thu, 12 Aug 2004 19:31:36 +0000 (19:31 +0000)]
More spaces -> tabs.

20 years agoProperly fix the msgno check inside imap_fetchbody().
Ilia Alshanetsky [Thu, 12 Aug 2004 19:20:15 +0000 (19:20 +0000)]
Properly fix the msgno check inside imap_fetchbody().

20 years agofix.
Chuck Hagenbuch [Thu, 12 Aug 2004 18:01:45 +0000 (18:01 +0000)]
fix.

20 years agoFix tests after foreach patch
Marcus Boerger [Thu, 12 Aug 2004 08:01:41 +0000 (08:01 +0000)]
Fix tests after foreach patch

20 years ago- Use FREE_HASHTABLE()
Andi Gutmans [Thu, 12 Aug 2004 06:17:42 +0000 (06:17 +0000)]
- Use FREE_HASHTABLE()

20 years ago- Don't use magic numbers
Andi Gutmans [Thu, 12 Aug 2004 05:54:11 +0000 (05:54 +0000)]
- Don't use magic numbers

20 years ago- Significantly improve performance of foreach($arr as $data). (Marcus)
Andi Gutmans [Thu, 12 Aug 2004 05:41:01 +0000 (05:41 +0000)]
- Significantly improve performance of foreach($arr as $data). (Marcus)

20 years agoChange to use md5_file()
Marcus Boerger [Thu, 12 Aug 2004 00:38:01 +0000 (00:38 +0000)]
Change to use md5_file()

20 years agoChangeLog update
<changelog@php.net> [Thu, 12 Aug 2004 00:37:05 +0000 (00:37 +0000)]
ChangeLog update

20 years agoFixed memory leak.
Ilia Alshanetsky [Wed, 11 Aug 2004 23:25:50 +0000 (23:25 +0000)]
Fixed memory leak.

20 years agoMFH: Fixed bug #29607 (highlighting code with HEREDOC produces invalid
Ilia Alshanetsky [Wed, 11 Aug 2004 22:38:32 +0000 (22:38 +0000)]
MFH: Fixed bug #29607 (highlighting code with HEREDOC produces invalid
output).

20 years agoAdd missing module deps
Marcus Boerger [Wed, 11 Aug 2004 21:04:36 +0000 (21:04 +0000)]
Add missing module deps

20 years agoTSRM fix
Marcus Boerger [Wed, 11 Aug 2004 20:51:41 +0000 (20:51 +0000)]
TSRM fix

20 years agoIt's stable now.
Ilia Alshanetsky [Wed, 11 Aug 2004 20:31:39 +0000 (20:31 +0000)]
It's stable now.

20 years agoPrepare for 1.0 release of enchant.
Ilia Alshanetsky [Wed, 11 Aug 2004 20:30:44 +0000 (20:30 +0000)]
Prepare for 1.0 release of enchant.

20 years agoMore meaningfull error message
Marcus Boerger [Wed, 11 Aug 2004 20:19:49 +0000 (20:19 +0000)]
More meaningfull error message

20 years ago- Added a notice to getimagesize in case zlib is not available and a compressed
Derick Rethans [Wed, 11 Aug 2004 12:33:03 +0000 (12:33 +0000)]
- Added a notice to getimagesize in case zlib is not available and a compressed
  SWF movie has been passed to the function.

20 years agofix test
Christian Stocker [Wed, 11 Aug 2004 08:23:26 +0000 (08:23 +0000)]
fix test

20 years agoReset global request_time in sapi_activate. Reset it in sapi_deactivate
Rasmus Lerdorf [Wed, 11 Aug 2004 06:18:25 +0000 (06:18 +0000)]
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.

20 years ago- Added missing defines.
Derick Rethans [Wed, 11 Aug 2004 06:11:07 +0000 (06:11 +0000)]
- Added missing defines.
#- I did say the patch was for 4.3 ;-)

20 years agoMinor format specifier fixes
Sara Golemon [Wed, 11 Aug 2004 04:27:01 +0000 (04:27 +0000)]
Minor format specifier fixes

20 years agoDon't require the user to specify as a reference
Sara Golemon [Wed, 11 Aug 2004 03:57:15 +0000 (03:57 +0000)]
Don't require the user to specify  as a reference

20 years agoChangeLog update
<changelog@php.net> [Wed, 11 Aug 2004 00:33:29 +0000 (00:33 +0000)]
ChangeLog update

20 years agoFixed bug #29606 (php_strip_whitespace() prints to stdout rather then
Ilia Alshanetsky [Tue, 10 Aug 2004 22:16:46 +0000 (22:16 +0000)]
Fixed bug #29606 (php_strip_whitespace() prints to stdout rather then
returning the value).

20 years agoAdd SAPI hook to get the request time if provided by the web server,
Rasmus Lerdorf [Tue, 10 Aug 2004 17:40:00 +0000 (17:40 +0000)]
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.

20 years agoChanged bugs order.
Dmitry Stogov [Tue, 10 Aug 2004 16:43:20 +0000 (16:43 +0000)]
Changed bugs order.

20 years agoFixed bug #28969 (Wrong data encoding of special characters)
Dmitry Stogov [Tue, 10 Aug 2004 16:18:08 +0000 (16:18 +0000)]
Fixed bug #28969 (Wrong data encoding of special characters)

20 years agoFixed bug #28969 (Wrong data encoding of special characters).
Dmitry Stogov [Tue, 10 Aug 2004 16:11:41 +0000 (16:11 +0000)]
Fixed bug #28969 (Wrong data encoding of special characters).

20 years agoFixed bug #29256 (SOAP HTTP Error when envelop size is more than 24345 bytes)
Dmitry Stogov [Tue, 10 Aug 2004 14:57:47 +0000 (14:57 +0000)]
Fixed bug #29256 (SOAP HTTP Error when envelop size is more than 24345 bytes)

20 years agoFix for #29256 from Dmitry, very slightly modified
Wez Furlong [Tue, 10 Aug 2004 13:44:43 +0000 (13:44 +0000)]
Fix for #29256 from Dmitry, very slightly modified

20 years agoTest is fixed. (__call() requires two parameters).
Dmitry Stogov [Tue, 10 Aug 2004 09:57:16 +0000 (09:57 +0000)]
Test is fixed. (__call() requires two parameters).

20 years agoFix segfault on error in xslt
Christian Stocker [Tue, 10 Aug 2004 08:00:06 +0000 (08:00 +0000)]
Fix segfault on error in xslt

20 years ago- Fix warnings
Marcus Boerger [Tue, 10 Aug 2004 07:01:54 +0000 (07:01 +0000)]
- Fix warnings

20 years ago- Bugfix #29493 (extract(array, EXTR_REFS) misbehaves with elements referred
Moriyoshi Koizumi [Tue, 10 Aug 2004 06:00:30 +0000 (06:00 +0000)]
- Bugfix #29493 (extract(array, EXTR_REFS) misbehaves with elements referred
  twice or more times). (Patch inspired by Michael Manley. Thanks.)

20 years ago- MFB
Andi Gutmans [Tue, 10 Aug 2004 05:42:21 +0000 (05:42 +0000)]
- MFB

20 years agoFixed bug #29581 (Typo inside php.ini comments for mysql.trace_mode).
Ilia Alshanetsky [Tue, 10 Aug 2004 00:44:20 +0000 (00:44 +0000)]
Fixed bug #29581 (Typo inside php.ini comments for mysql.trace_mode).

20 years agoChangeLog update
<changelog@php.net> [Tue, 10 Aug 2004 00:34:28 +0000 (00:34 +0000)]
ChangeLog update

20 years ago- Fixed speling and some reordering
Derick Rethans [Mon, 9 Aug 2004 15:56:51 +0000 (15:56 +0000)]
- Fixed speling and some reordering

20 years agofixed bug #29577 (MYSQLI_CLIENT_FOUND_ROWS undefined)
Georg Richter [Mon, 9 Aug 2004 04:34:01 +0000 (04:34 +0000)]
fixed bug #29577 (MYSQLI_CLIENT_FOUND_ROWS undefined)

20 years agoChangeLog update
<changelog@php.net> [Mon, 9 Aug 2004 00:34:17 +0000 (00:34 +0000)]
ChangeLog update

20 years agoWhen skip condition is met, stop.
Ilia Alshanetsky [Sun, 8 Aug 2004 21:31:50 +0000 (21:31 +0000)]
When skip condition is met, stop.

20 years agoMFB: removed \r characters.
Ilia Alshanetsky [Sun, 8 Aug 2004 21:26:29 +0000 (21:26 +0000)]
MFB: removed \r characters.

20 years ago- Fix bug #29573: Segmentation fault when php function(called from XSLT templat)...
Christian Stocker [Sun, 8 Aug 2004 18:01:33 +0000 (18:01 +0000)]
- Fix bug #29573: Segmentation fault when php function(called from XSLT templat) throw exception
- Fix some 0 Byte Memory Leaks

20 years agoChangeLog update
<changelog@php.net> [Sun, 8 Aug 2004 00:34:33 +0000 (00:34 +0000)]
ChangeLog update

20 years agoFix for Bug #29490 from Michael Sisolak.
Wez Furlong [Sat, 7 Aug 2004 21:00:59 +0000 (21:00 +0000)]
Fix for Bug #29490 from Michael Sisolak.
Another fine patch; thanks Michael.

20 years agoFix inet_pton/ntop() on BSD
Sara Golemon [Sat, 7 Aug 2004 15:59:59 +0000 (15:59 +0000)]
Fix inet_pton/ntop() on BSD

20 years agoBinary safety fix for inet_pton()
Sara Golemon [Sat, 7 Aug 2004 05:11:26 +0000 (05:11 +0000)]
Binary safety fix for inet_pton()

20 years agoNew Functions inet_pton() and inet_ntop()
Sara Golemon [Sat, 7 Aug 2004 04:50:24 +0000 (04:50 +0000)]
New Functions inet_pton() and inet_ntop()

20 years ago- Commit Derick's patch for allowing Zend to use regular libc memory
Andi Gutmans [Sat, 7 Aug 2004 00:45:34 +0000 (00:45 +0000)]
- 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.

20 years agoChangeLog update
<changelog@php.net> [Sat, 7 Aug 2004 00:35:48 +0000 (00:35 +0000)]
ChangeLog update

20 years agoAdd A6 support, fix IPv6 address parsing, and improve define compatability
Sara Golemon [Fri, 6 Aug 2004 18:38:35 +0000 (18:38 +0000)]
Add A6 support, fix IPv6 address parsing, and improve define compatability

20 years agoZTS Fix
Sara Golemon [Fri, 6 Aug 2004 16:36:00 +0000 (16:36 +0000)]
ZTS Fix

20 years agoAvoid possible segfault when using stream_socket_client with bogus flags.
Wez Furlong [Fri, 6 Aug 2004 14:08:17 +0000 (14:08 +0000)]
Avoid possible segfault when using stream_socket_client with bogus flags.

20 years agoChangeLog update
<changelog@php.net> [Fri, 6 Aug 2004 00:33:59 +0000 (00:33 +0000)]
ChangeLog update

20 years agophp_error() -> php_error_docref()
Ilia Alshanetsky [Thu, 5 Aug 2004 23:57:51 +0000 (23:57 +0000)]
php_error() -> php_error_docref()

20 years agoupdate documentation credits, mentioning that more contributors are listed in the...
Gabor Hojtsy [Thu, 5 Aug 2004 16:26:15 +0000 (16:26 +0000)]
update documentation credits, mentioning that more contributors are listed in the manual

20 years agoremove all references to @ thing, as it's not recommended.
Antony Dovgal [Thu, 5 Aug 2004 14:15:36 +0000 (14:15 +0000)]
remove all references to @ thing, as it's not recommended.
always add it to NEWS yourself please (c) Derick =)

20 years agonews entry
Antony Dovgal [Thu, 5 Aug 2004 14:13:13 +0000 (14:13 +0000)]
news entry

20 years agochange xsl_xsltprocessor_set_parameter() to support parameter->value arrays
Antony Dovgal [Thu, 5 Aug 2004 13:31:17 +0000 (13:31 +0000)]
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)

20 years agoGenerate a .reg file for the syslog stuff
Wez Furlong [Thu, 5 Aug 2004 12:15:17 +0000 (12:15 +0000)]
Generate a .reg file for the syslog stuff
NB: still need a solution for zts and non-zts on the same machine.

20 years agoEliminate unneeded variable.
Ilia Alshanetsky [Thu, 5 Aug 2004 00:44:30 +0000 (00:44 +0000)]
Eliminate unneeded variable.

20 years agoChangeLog update
<changelog@php.net> [Thu, 5 Aug 2004 00:35:34 +0000 (00:35 +0000)]
ChangeLog update

20 years ago- Fix bug #29523 (ReflectionParameter::isOptional() is incorrect)
Marcus Boerger [Wed, 4 Aug 2004 22:47:56 +0000 (22:47 +0000)]
- Fix bug #29523 (ReflectionParameter::isOptional() is incorrect)

20 years agoMove iconv exports to the iconv extension and make libxml depend on iconv
Frank M. Kromann [Wed, 4 Aug 2004 16:47:17 +0000 (16:47 +0000)]
Move iconv exports to the iconv extension and make libxml depend on iconv

20 years agoMove iconv exports to the iconv extension
Frank M. Kromann [Wed, 4 Aug 2004 16:46:48 +0000 (16:46 +0000)]
Move iconv exports to the iconv extension

20 years agoUpdate prototypes
Zeev Suraski [Wed, 4 Aug 2004 16:41:13 +0000 (16:41 +0000)]
Update prototypes

20 years agonuke unused variable
Antony Dovgal [Wed, 4 Aug 2004 14:57:40 +0000 (14:57 +0000)]
nuke unused variable

20 years agoFix prototypes
Zeev Suraski [Wed, 4 Aug 2004 14:41:56 +0000 (14:41 +0000)]
Fix prototypes

20 years agoforgot to remove debug variable :( (Thx to Derick)
Georg Richter [Wed, 4 Aug 2004 13:15:48 +0000 (13:15 +0000)]
forgot to remove debug variable :(  (Thx to Derick)

20 years agofixed bug #29522
Georg Richter [Wed, 4 Aug 2004 12:59:26 +0000 (12:59 +0000)]
fixed bug #29522

20 years agofixed properties when connect wasn't called
Georg Richter [Wed, 4 Aug 2004 12:59:09 +0000 (12:59 +0000)]
fixed properties when connect wasn't called

20 years agofixed bug #29522
Georg Richter [Wed, 4 Aug 2004 12:28:09 +0000 (12:28 +0000)]
fixed bug #29522

20 years agoChangeLog update
<changelog@php.net> [Wed, 4 Aug 2004 00:34:06 +0000 (00:34 +0000)]
ChangeLog update

20 years agoFixed argument handling in sun* functions.
Ilia Alshanetsky [Wed, 4 Aug 2004 00:28:03 +0000 (00:28 +0000)]
Fixed argument handling in sun* functions.

20 years agoNew libxml2 version for windows build.
Edin Kadribasic [Tue, 3 Aug 2004 22:45:36 +0000 (22:45 +0000)]
New libxml2 version for windows build.
Version 2.6.11.
http://ctindustries.net/dom/libxml/

20 years agoUpdate
Marcus Boerger [Tue, 3 Aug 2004 17:10:40 +0000 (17:10 +0000)]
Update

20 years agoMFHed
Marcus Boerger [Tue, 3 Aug 2004 17:07:40 +0000 (17:07 +0000)]
MFHed

20 years agoAdd new test
Marcus Boerger [Tue, 3 Aug 2004 16:59:53 +0000 (16:59 +0000)]
Add new test

20 years ago- Fixed Bug #29505 get_class_vars() severely broken when used with arrays
Marcus Boerger [Tue, 3 Aug 2004 16:59:25 +0000 (16:59 +0000)]
- Fixed Bug #29505 get_class_vars() severely broken when used with arrays

20 years agoBFN
Marcus Boerger [Tue, 3 Aug 2004 16:41:12 +0000 (16:41 +0000)]
BFN

20 years agoEven more verbosity...
Wez Furlong [Tue, 3 Aug 2004 12:41:26 +0000 (12:41 +0000)]
Even more verbosity...

20 years agoEven more verbosity in case of error
Wez Furlong [Tue, 3 Aug 2004 09:44:04 +0000 (09:44 +0000)]
Even more verbosity in case of error

20 years agofix typo in mail.c: mail_force_extra_parameters -> mail.force_extra_parameters
Antony Dovgal [Tue, 3 Aug 2004 06:25:25 +0000 (06:25 +0000)]
fix typo in mail.c: mail_force_extra_parameters -> mail.force_extra_parameters

20 years agofix typo in php.ini: paramAters -> paramEters
Antony Dovgal [Tue, 3 Aug 2004 06:19:16 +0000 (06:19 +0000)]
fix typo in php.ini: paramAters -> paramEters

20 years agocommit for win32 - binary so line endings are always preserved - this time on HEAD...
Greg Beaver [Tue, 3 Aug 2004 04:36:00 +0000 (04:36 +0000)]
commit for win32 - binary so line endings are always preserved - this time on HEAD, where it belongs

20 years agosys/stat.h is includes in php_streams.h no need to do that again.
Frank M. Kromann [Tue, 3 Aug 2004 04:15:34 +0000 (04:15 +0000)]
sys/stat.h is includes in php_streams.h no need to do that again.

20 years agoCatch exceptions from broken config.w32 files
Wez Furlong [Tue, 3 Aug 2004 01:23:35 +0000 (01:23 +0000)]
Catch exceptions from broken config.w32 files

20 years agoExplicitly check PATH before cygwin for mc.exe, as we want MS message compiler,
Wez Furlong [Tue, 3 Aug 2004 01:03:32 +0000 (01:03 +0000)]
Explicitly check PATH before cygwin for mc.exe, as we want MS message compiler,
not GNU Midnight Commander.

20 years agoRevert the search path tweak; it broke the snap build for ming
Wez Furlong [Tue, 3 Aug 2004 00:58:29 +0000 (00:58 +0000)]
Revert the search path tweak; it broke the snap build for ming

20 years agoAvoid possible exception
Wez Furlong [Tue, 3 Aug 2004 00:47:57 +0000 (00:47 +0000)]
Avoid possible exception

20 years agoChangeLog update
<changelog@php.net> [Tue, 3 Aug 2004 00:34:47 +0000 (00:34 +0000)]
ChangeLog update

20 years agoA better fix for the VC 2k max literal string limit
Wez Furlong [Tue, 3 Aug 2004 00:02:48 +0000 (00:02 +0000)]
A better fix for the VC 2k max literal string limit
(also affects vc7)