]> granicus.if.org Git - php/log
php
20 years agoMFB: Avoid autoheader warning
Edin Kadribasic [Tue, 21 Dec 2004 15:41:22 +0000 (15:41 +0000)]
MFB: Avoid autoheader warning

20 years ago- Fixed bug #28248 (Can not compile --with-sybase and freetds)
foobar [Tue, 21 Dec 2004 06:57:01 +0000 (06:57 +0000)]
- Fixed bug #28248 (Can not compile --with-sybase and freetds)

20 years ago- Fixed bug #28385 (files in $(prefix)/lib/php/build/* installed with wrong
foobar [Tue, 21 Dec 2004 04:58:50 +0000 (04:58 +0000)]
- Fixed bug #28385 (files in $(prefix)/lib/php/build/* installed with wrong
  permissions). (Jani, ramsy at ramix dot jp)

20 years agoFix test so it doesn't hang make test on HP-UX.
Magnus M��tt� [Tue, 21 Dec 2004 04:34:22 +0000 (04:34 +0000)]
Fix test so it doesn't hang make test on HP-UX.

20 years ago- Fixed bug #31145 (configure is using -lcpdf instead of -lcpdfm)
foobar [Tue, 21 Dec 2004 04:21:43 +0000 (04:21 +0000)]
- Fixed bug #31145 (configure is using -lcpdf instead of -lcpdfm)

20 years agoChangeLog update
<changelog@php.net> [Tue, 21 Dec 2004 01:34:54 +0000 (01:34 +0000)]
ChangeLog update

20 years ago- Use correct header files (in c99 compliant way). uint32_t is preferred.
foobar [Tue, 21 Dec 2004 01:07:24 +0000 (01:07 +0000)]
- Use correct header files (in c99 compliant way). uint32_t is preferred.

20 years agoErrr... fix leak
Wez Furlong [Tue, 21 Dec 2004 00:37:01 +0000 (00:37 +0000)]
Errr... fix leak

20 years agoBetter fix for endian compile problems.
foobar [Mon, 20 Dec 2004 20:37:45 +0000 (20:37 +0000)]
Better fix for endian compile problems.

20 years agoFix buildconf when multiple autoconf versions installed
foobar [Mon, 20 Dec 2004 20:23:57 +0000 (20:23 +0000)]
Fix buildconf when multiple autoconf versions installed

20 years agoAdd the new request_time sapi struct entry to all the sapis. Some of these
Rasmus Lerdorf [Mon, 20 Dec 2004 19:33:41 +0000 (19:33 +0000)]
Add the new request_time sapi struct entry to all the sapis.  Some of these
may have ways of getting the request time without the extra syscall, but
for now let's just make sure we don't crash and people will eventually
fill these in where applicable.

20 years agoprevent type conversion during mysql_stmt_execute for NULL variables
Georg Richter [Mon, 20 Dec 2004 16:39:14 +0000 (16:39 +0000)]
prevent type conversion during mysql_stmt_execute for NULL variables

20 years agoChangeLog update
<changelog@php.net> [Mon, 20 Dec 2004 01:36:49 +0000 (01:36 +0000)]
ChangeLog update

20 years agoFixed bug #31103 (Better error message when c-client cannot be found).
Ilia Alshanetsky [Sun, 19 Dec 2004 18:16:50 +0000 (18:16 +0000)]
Fixed bug #31103 (Better error message when c-client cannot be found).

20 years agoChangeLog update
<changelog@php.net> [Sun, 19 Dec 2004 01:39:08 +0000 (01:39 +0000)]
ChangeLog update

20 years agoMissing cvs id tag
foobar [Sat, 18 Dec 2004 03:14:39 +0000 (03:14 +0000)]
Missing cvs id tag

20 years agoChangeLog update
<changelog@php.net> [Sat, 18 Dec 2004 01:35:26 +0000 (01:35 +0000)]
ChangeLog update

20 years ago- Fixed Bug #30562 Segmentation fault with __call()
Andi Gutmans [Fri, 17 Dec 2004 22:24:51 +0000 (22:24 +0000)]
- Fixed Bug #30562   Segmentation fault with __call()

20 years ago- MF43: Fixed bug #31072 (var_export() does not output an array element with an
Derick Rethans [Fri, 17 Dec 2004 14:40:39 +0000 (14:40 +0000)]
- MF43: Fixed bug #31072 (var_export() does not output an array element with an
  empty string key). (Derick)

20 years ago- MF43: Fixed strtod for Irix and some other strange platform
Derick Rethans [Fri, 17 Dec 2004 13:17:32 +0000 (13:17 +0000)]
- MF43: Fixed strtod for Irix and some other strange platform

20 years ago- MF43: Fixed weird types, this also makes it compile on IRIX again.
Derick Rethans [Fri, 17 Dec 2004 13:08:44 +0000 (13:08 +0000)]
- MF43: Fixed weird types, this also makes it compile on IRIX again.

20 years agoFixed bug #31139 (XML Parser Functions seem to drop &amp; when parsing)
Rob Richards [Fri, 17 Dec 2004 12:20:50 +0000 (12:20 +0000)]
Fixed bug #31139 (XML Parser Functions seem to drop &amp; when parsing)

20 years agoChangeLog update
<changelog@php.net> [Fri, 17 Dec 2004 01:36:38 +0000 (01:36 +0000)]
ChangeLog update

20 years agoFixed bug #31087 (broken php_url_encode_hash macro).
Ilia Alshanetsky [Thu, 16 Dec 2004 22:39:39 +0000 (22:39 +0000)]
Fixed bug #31087 (broken php_url_encode_hash macro).

20 years ago- MF43: Make it compile on HPUX on Itanium 2
Derick Rethans [Thu, 16 Dec 2004 22:22:51 +0000 (22:22 +0000)]
- MF43: Make it compile on HPUX on Itanium 2

20 years agoFix #31120 and #31135. mssql_query returns false on successfill inserts and stored...
Frank M. Kromann [Thu, 16 Dec 2004 21:47:23 +0000 (21:47 +0000)]
Fix #31120 and #31135. mssql_query returns false on successfill inserts and stored procedures

20 years agofix leak (init array only if we got valid start key)
Antony Dovgal [Thu, 16 Dec 2004 19:13:58 +0000 (19:13 +0000)]
fix leak (init array only if we got valid start key)

20 years ago- MF43: Fixed bug #31107 (strtod on solaris9/intel)
Derick Rethans [Thu, 16 Dec 2004 13:06:58 +0000 (13:06 +0000)]
- MF43: Fixed bug #31107 (strtod on solaris9/intel)

20 years ago- Fix typo (avaliable -> available). (bug #28725)
foobar [Thu, 16 Dec 2004 12:34:32 +0000 (12:34 +0000)]
- Fix typo (avaliable -> available). (bug #28725)

20 years ago- Fixed compile error with HP-UX using GCC.
foobar [Thu, 16 Dec 2004 11:49:48 +0000 (11:49 +0000)]
- Fixed compile error with HP-UX using GCC.

20 years ago- MF43: Fixed bug #31110 and #31111 (Zend/zend_strtod.c problems)
Derick Rethans [Thu, 16 Dec 2004 10:38:48 +0000 (10:38 +0000)]
- MF43: Fixed bug #31110 and #31111 (Zend/zend_strtod.c problems)

20 years agoChangeLog update
<changelog@php.net> [Thu, 16 Dec 2004 01:35:24 +0000 (01:35 +0000)]
ChangeLog update

20 years agoAdding missing zend_list_addref() and make SWFShape::drawArc() work
Frank M. Kromann [Wed, 15 Dec 2004 18:01:31 +0000 (18:01 +0000)]
Adding missing zend_list_addref() and make SWFShape::drawArc() work

20 years agomissing files
foobar [Wed, 15 Dec 2004 02:29:40 +0000 (02:29 +0000)]
missing files

20 years agoChangeLog update
<changelog@php.net> [Wed, 15 Dec 2004 01:51:40 +0000 (01:51 +0000)]
ChangeLog update

20 years agoMFB: test fix.
Ilia Alshanetsky [Tue, 14 Dec 2004 17:43:53 +0000 (17:43 +0000)]
MFB: test fix.

20 years agoFixed build with custom libming
Dmitry Stogov [Tue, 14 Dec 2004 16:15:58 +0000 (16:15 +0000)]
Fixed build with custom libming

20 years agoFixed build on linux-glibc21-i386
Dmitry Stogov [Tue, 14 Dec 2004 14:01:06 +0000 (14:01 +0000)]
Fixed build on linux-glibc21-i386

20 years agoFixed bug #30994 (SOAP server unable to handle request with references).
Dmitry Stogov [Tue, 14 Dec 2004 13:58:57 +0000 (13:58 +0000)]
Fixed bug #30994 (SOAP server unable to handle request with references).

20 years ago- MFH: Fixed compile error related to bug #28605.
Derick Rethans [Tue, 14 Dec 2004 08:43:01 +0000 (08:43 +0000)]
- MFH: Fixed compile error related to bug #28605.
#- But it does not *fix* bug #28605.

20 years agoChangeLog update
<changelog@php.net> [Tue, 14 Dec 2004 01:33:41 +0000 (01:33 +0000)]
ChangeLog update

20 years agoFixed bug #28228 (NULL decimal separator is not being handled correctly).
Ilia Alshanetsky [Tue, 14 Dec 2004 00:37:19 +0000 (00:37 +0000)]
Fixed bug #28228 (NULL decimal separator is not being handled correctly).

20 years agoMake it really build...
Wez Furlong [Mon, 13 Dec 2004 13:52:01 +0000 (13:52 +0000)]
Make it really build...

20 years agoMore PHP_LIBDIR fixes for lib64 platforms.
Joe Orton [Mon, 13 Dec 2004 10:30:21 +0000 (10:30 +0000)]
More PHP_LIBDIR fixes for lib64 platforms.

20 years ago- Added "G" modifier to ini setting number format.
Derick Rethans [Mon, 13 Dec 2004 09:09:06 +0000 (09:09 +0000)]
- Added "G" modifier to ini setting number format.

20 years agoChangeLog update
<changelog@php.net> [Mon, 13 Dec 2004 01:39:15 +0000 (01:39 +0000)]
ChangeLog update

20 years agoAdd missing constants for socketpair().
Wez Furlong [Sun, 12 Dec 2004 23:21:53 +0000 (23:21 +0000)]
Add missing constants for socketpair().
I thought I had included these...
Good catch Nuno :)

20 years ago- Apply the same fix to apache2filter too.
Moriyoshi Koizumi [Sun, 12 Dec 2004 23:06:06 +0000 (23:06 +0000)]
- Apply the same fix to apache2filter too.

20 years agoAdd stream_socket_pair(), a streams based version of socketpair().
Wez Furlong [Sun, 12 Dec 2004 16:10:35 +0000 (16:10 +0000)]
Add stream_socket_pair(), a streams based version of socketpair().
Modified patch from Vincent [six at t0x dot net]

20 years agoFixed bug #31056 (php_std_date() returns invalid formatted date if
Ilia Alshanetsky [Sun, 12 Dec 2004 15:50:06 +0000 (15:50 +0000)]
Fixed bug #31056 (php_std_date() returns invalid formatted date if
y2k_compliance is On).

# will MFH to 5.0.X and 4.3.X after release

20 years ago- Fixlet for httpd-2.1 on Darwin platforms
Moriyoshi Koizumi [Sun, 12 Dec 2004 02:11:27 +0000 (02:11 +0000)]
- Fixlet for httpd-2.1 on Darwin platforms

20 years agoChangeLog update
<changelog@php.net> [Sun, 12 Dec 2004 01:41:02 +0000 (01:41 +0000)]
ChangeLog update

20 years ago- Generate all iconv headers by default
Derick Rethans [Sat, 11 Dec 2004 11:16:55 +0000 (11:16 +0000)]
- Generate all iconv headers by default

20 years agoChangeLog update
<changelog@php.net> [Sat, 11 Dec 2004 01:33:25 +0000 (01:33 +0000)]
ChangeLog update

20 years ago- Fix bug #27728 (Can't return within a zend_try{} or the previous
Andi Gutmans [Fri, 10 Dec 2004 22:59:25 +0000 (22:59 +0000)]
- Fix bug #27728 (Can't return within a zend_try{} or the previous
state isn't restored.

20 years agofix buffer overrun & segfault in get_meta_tags() when there is no tag value
Antony Dovgal [Fri, 10 Dec 2004 10:30:01 +0000 (10:30 +0000)]
fix buffer overrun & segfault in get_meta_tags() when there is no tag value

20 years agoChangeLog update
<changelog@php.net> [Fri, 10 Dec 2004 01:32:20 +0000 (01:32 +0000)]
ChangeLog update

20 years agoAvoid causing a crash.
Ilia Alshanetsky [Fri, 10 Dec 2004 00:36:51 +0000 (00:36 +0000)]
Avoid causing a crash.

20 years agoCS changes (as suggested by Ilia)
Antony Dovgal [Thu, 9 Dec 2004 17:15:52 +0000 (17:15 +0000)]
CS changes (as suggested by Ilia)

20 years agofix 1-byte leak
Antony Dovgal [Thu, 9 Dec 2004 15:07:56 +0000 (15:07 +0000)]
fix 1-byte leak

20 years agofix segfault in session_module_name() when session.save_handler is empty
Antony Dovgal [Thu, 9 Dec 2004 14:14:21 +0000 (14:14 +0000)]
fix segfault in session_module_name() when session.save_handler is empty

20 years ago- MF43: Fixed bug #31034 (Problem with non-existing iconv header file).
Derick Rethans [Thu, 9 Dec 2004 09:06:06 +0000 (09:06 +0000)]
- MF43: Fixed bug #31034 (Problem with non-existing iconv header file).

20 years agofix buffer overrun and remove debug printf() call
Antony Dovgal [Thu, 9 Dec 2004 08:22:06 +0000 (08:22 +0000)]
fix buffer overrun and remove debug printf() call

20 years agoChangeLog update
<changelog@php.net> [Thu, 9 Dec 2004 01:32:56 +0000 (01:32 +0000)]
ChangeLog update

20 years agoFix logic for file checking. Bug #31019
Frank M. Kromann [Wed, 8 Dec 2004 18:57:48 +0000 (18:57 +0000)]
Fix logic for file checking. Bug #31019

20 years agoFix VPATH build again.
Joe Orton [Wed, 8 Dec 2004 12:50:00 +0000 (12:50 +0000)]
Fix VPATH build again.

20 years agoFix build. This was not supposed to halt configure if test fails.
foobar [Wed, 8 Dec 2004 06:46:34 +0000 (06:46 +0000)]
Fix build. This was not supposed to halt configure if test fails.

20 years agoNewer versions of libmonetra broke compatability with one function. Make workaround...
Brad House [Wed, 8 Dec 2004 03:02:34 +0000 (03:02 +0000)]
Newer versions of libmonetra broke compatability with one function. Make workaround that detects version, and works with both.

20 years agoChangeLog update
<changelog@php.net> [Wed, 8 Dec 2004 01:32:56 +0000 (01:32 +0000)]
ChangeLog update

20 years agoFixed crash in phpinfo() after graceful Apache restart.
Dmitry Stogov [Tue, 7 Dec 2004 18:02:25 +0000 (18:02 +0000)]
Fixed crash in phpinfo() after graceful Apache restart.

20 years agoFixed bug #30928 (When Using WSDL, SoapServer doesn't handle private or protected...
Dmitry Stogov [Tue, 7 Dec 2004 17:29:42 +0000 (17:29 +0000)]
Fixed bug #30928 (When Using WSDL, SoapServer doesn't handle private or protected properties)

20 years agofix leak
Antony Dovgal [Tue, 7 Dec 2004 16:54:25 +0000 (16:54 +0000)]
fix leak

20 years ago- Tidy up NEWS a bit
Derick Rethans [Tue, 7 Dec 2004 08:46:14 +0000 (08:46 +0000)]
- Tidy up NEWS a bit

20 years agoFixed bug #30904 (segfault when recording soapclient into session).
Dmitry Stogov [Tue, 7 Dec 2004 07:46:12 +0000 (07:46 +0000)]
Fixed bug #30904 (segfault when recording soapclient into session).

20 years agoChangeLog update
<changelog@php.net> [Tue, 7 Dec 2004 01:31:57 +0000 (01:31 +0000)]
ChangeLog update

20 years agoFixed bug #30995 (snmp extension does not build with net-snmp 5.2).
Ilia Alshanetsky [Tue, 7 Dec 2004 00:33:24 +0000 (00:33 +0000)]
Fixed bug #30995 (snmp extension does not build with net-snmp 5.2).

20 years agoAdded -d option which allows ini options to be specified via command line.
Ilia Alshanetsky [Mon, 6 Dec 2004 23:37:20 +0000 (23:37 +0000)]
Added -d option which allows ini options to be specified via command line.
Patch by: Sean Coates

20 years agoFixed bug #30990 (allow popen() on *NIX to accept 'b' flag).
Ilia Alshanetsky [Mon, 6 Dec 2004 23:30:37 +0000 (23:30 +0000)]
Fixed bug #30990 (allow popen() on *NIX to accept 'b' flag).

20 years ago- MF43: Install the iconv extension headers to <installpath>/ext/iconv so that
Derick Rethans [Mon, 6 Dec 2004 20:39:20 +0000 (20:39 +0000)]
- MF43: Install the iconv extension headers to <installpath>/ext/iconv so that
  external extensions can use them.

20 years agoMFB: revert
Ilia Alshanetsky [Mon, 6 Dec 2004 19:46:23 +0000 (19:46 +0000)]
MFB: revert

20 years agofix startup - if startup did not succeed, do not continue with execution
Stanislav Malyshev [Mon, 6 Dec 2004 18:55:30 +0000 (18:55 +0000)]
fix startup - if startup did not succeed, do not continue with execution

20 years agodo not zero out peak - MM shutdown would do that
Stanislav Malyshev [Mon, 6 Dec 2004 18:48:35 +0000 (18:48 +0000)]
do not zero out peak - MM shutdown would do that

20 years agoadd test
Stanislav Malyshev [Mon, 6 Dec 2004 16:08:08 +0000 (16:08 +0000)]
add test

20 years agoport fix for #30998: Crash when user error handler returns false on amd64
Stanislav Malyshev [Mon, 6 Dec 2004 15:50:27 +0000 (15:50 +0000)]
port fix for #30998: Crash when user error handler returns false on amd64

20 years agoFixed bug #30922 (reflective functions crash PHP when interfaces extend themselves)
Dmitry Stogov [Mon, 6 Dec 2004 11:53:30 +0000 (11:53 +0000)]
Fixed bug #30922 (reflective functions crash PHP when interfaces extend themselves)

20 years agofixed windows compile errors (Thx to Sebastian Bergmann)
Georg Richter [Mon, 6 Dec 2004 05:15:03 +0000 (05:15 +0000)]
fixed windows compile errors (Thx to Sebastian Bergmann)

20 years agoChangeLog update
<changelog@php.net> [Mon, 6 Dec 2004 01:35:04 +0000 (01:35 +0000)]
ChangeLog update

20 years agoadd optional parameter to pass libxml document load options
Rob Richards [Sun, 5 Dec 2004 12:02:35 +0000 (12:02 +0000)]
add optional parameter to pass libxml document load options

20 years agodefine options that can be used when loading documents
Rob Richards [Sun, 5 Dec 2004 11:59:46 +0000 (11:59 +0000)]
define options that can be used when loading documents

20 years agoReplaced static server variables by function call and configurable list at the Pi3Web...
Holger Zimmermann [Sun, 5 Dec 2004 09:52:25 +0000 (09:52 +0000)]
Replaced static server variables by function call and configurable list at the Pi3Web server side.

20 years agoChangeLog update
<changelog@php.net> [Sun, 5 Dec 2004 01:32:43 +0000 (01:32 +0000)]
ChangeLog update

20 years agoFix proto
Rasmus Lerdorf [Sat, 4 Dec 2004 13:47:13 +0000 (13:47 +0000)]
Fix proto

20 years agoadd test
Rob Richards [Sat, 4 Dec 2004 11:40:10 +0000 (11:40 +0000)]
add test

20 years agoFixed bug #28817 (Var problem when extending domDocument). (Georg)
Rob Richards [Sat, 4 Dec 2004 11:39:34 +0000 (11:39 +0000)]
Fixed bug #28817 (Var problem when extending domDocument). (Georg)

20 years agoadded skipif section
Georg Richter [Sat, 4 Dec 2004 08:50:33 +0000 (08:50 +0000)]
added skipif section

20 years agoFixed bug #30890 (testsuite)
Georg Richter [Sat, 4 Dec 2004 08:16:04 +0000 (08:16 +0000)]
Fixed bug #30890 (testsuite)
Fixed bug #28817 (property problems in extended class)

20 years agoAdd apache_reset_timeout() function for Apache1. This is needed because
Rasmus Lerdorf [Sat, 4 Dec 2004 07:16:44 +0000 (07:16 +0000)]
Add apache_reset_timeout() function for Apache1.  This is needed because
Apache1 only resets the write timer, which defaults to 300 seconds, on
a successful write.  That is, if the client has gone away and Apache
attempts a write which fails it will set the conn->aborted flag but not
reset the timeout.  Assuming the PHP script is running in ignore_user_abort
mode we ignore the aborted flag, but we'll still get blown out of the water
300 seconds after the failed write unless we periodically reset the timer.
With set_time_limit(0), ignore_user_abort(true) and periodic
apache_reset_timeout() calls we can theoretically run forever which is
why I disabled this call in safe mode.

20 years agoChangeLog update
<changelog@php.net> [Sat, 4 Dec 2004 01:32:05 +0000 (01:32 +0000)]
ChangeLog update

20 years agofix array_walk_recursive() so it doesn't reuse cached fci between calls
Antony Dovgal [Fri, 3 Dec 2004 17:43:23 +0000 (17:43 +0000)]
fix array_walk_recursive() so it doesn't reuse cached fci between calls
and add test for it

20 years agoHandle already existing elements correctly
Stefan Esser [Fri, 3 Dec 2004 16:02:48 +0000 (16:02 +0000)]
Handle already existing elements correctly