]> granicus.if.org Git - php/log
php
20 years agoFixed proto.
Ilia Alshanetsky [Thu, 30 Dec 2004 01:23:44 +0000 (01:23 +0000)]
Fixed proto.

20 years agocleanup..
foobar [Thu, 30 Dec 2004 00:59:28 +0000 (00:59 +0000)]
cleanup..

20 years agoFixed typo.
Ilia Alshanetsky [Wed, 29 Dec 2004 21:56:42 +0000 (21:56 +0000)]
Fixed typo.

20 years agoFixed compiler warnings.
Ilia Alshanetsky [Wed, 29 Dec 2004 21:40:34 +0000 (21:40 +0000)]
Fixed compiler warnings.

20 years agoFixed memory leaks.
Ilia Alshanetsky [Wed, 29 Dec 2004 21:33:03 +0000 (21:33 +0000)]
Fixed memory leaks.

20 years agoMFB: don't perform pointless operations.
Ilia Alshanetsky [Wed, 29 Dec 2004 21:25:00 +0000 (21:25 +0000)]
MFB: don't perform pointless operations.

20 years agoDon't forget to unload t1lib.
Ilia Alshanetsky [Wed, 29 Dec 2004 21:07:59 +0000 (21:07 +0000)]
Don't forget to unload t1lib.

20 years agoFix typo
Frank M. Kromann [Wed, 29 Dec 2004 20:18:34 +0000 (20:18 +0000)]
Fix typo

20 years agomore typos
Antony Dovgal [Wed, 29 Dec 2004 16:11:42 +0000 (16:11 +0000)]
more typos

20 years agoMFB: fix typos
Antony Dovgal [Wed, 29 Dec 2004 13:53:40 +0000 (13:53 +0000)]
MFB: fix typos

20 years agoadded property 'id' to retrieve statement id (required by PEAR DB, to support
Georg Richter [Wed, 29 Dec 2004 11:46:13 +0000 (11:46 +0000)]
added property 'id' to retrieve statement id (required by PEAR DB, to support
mysqli prepared statements)

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

20 years ago- MFB: Add dom/xml_common.h header as installed header in order to be able to build...
Derick Rethans [Tue, 28 Dec 2004 15:20:42 +0000 (15:20 +0000)]
- MFB: Add dom/xml_common.h header as installed header in order to be able to build pecl/xml_reader

20 years ago- Revert expose_php change
Andi Gutmans [Tue, 28 Dec 2004 03:48:18 +0000 (03:48 +0000)]
- Revert expose_php change

20 years agoTurn off sending of PHP identifying header. This is complete useless for
Ilia Alshanetsky [Tue, 28 Dec 2004 02:42:23 +0000 (02:42 +0000)]
Turn off sending of PHP identifying header. This is complete useless for
any practical application and is a total wasting bandwidth/cpu.

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

20 years agomore get_method signature changes
Wez Furlong [Mon, 27 Dec 2004 22:04:54 +0000 (22:04 +0000)]
more get_method signature changes

20 years agoMFB
Zeev Suraski [Mon, 27 Dec 2004 18:53:27 +0000 (18:53 +0000)]
MFB

20 years agoMFB - description fix
Zeev Suraski [Mon, 27 Dec 2004 18:22:50 +0000 (18:22 +0000)]
MFB - description fix

20 years agofixed testcase 047
Georg Richter [Mon, 27 Dec 2004 15:39:35 +0000 (15:39 +0000)]
fixed testcase 047
fixed windows compile error

20 years ago- Need to unmangle the class name here
Marcus Boerger [Mon, 27 Dec 2004 15:13:26 +0000 (15:13 +0000)]
- Need to unmangle the class name here

20 years ago"Undefined variable: %s" noticies were fixed to use one space
Dmitry Stogov [Mon, 27 Dec 2004 13:43:26 +0000 (13:43 +0000)]
"Undefined variable:  %s" noticies were fixed to use one space

20 years ago- More proto/error message fixes
Marcus Boerger [Mon, 27 Dec 2004 13:32:22 +0000 (13:32 +0000)]
- More proto/error message fixes

20 years agoFix for feature request #31015: added length for field length
Georg Richter [Mon, 27 Dec 2004 11:48:57 +0000 (11:48 +0000)]
Fix for feature request #31015: added length for field length

20 years ago- Small fixlet (by Tony)
Marcus Boerger [Mon, 27 Dec 2004 11:41:45 +0000 (11:41 +0000)]
- Small fixlet (by Tony)

20 years agoFixed spelling.
Ilia Alshanetsky [Mon, 27 Dec 2004 07:19:25 +0000 (07:19 +0000)]
Fixed spelling.

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

20 years agohmmmmm. Bound params *were* working this way before, but now it seems that
Wez Furlong [Sun, 26 Dec 2004 18:13:52 +0000 (18:13 +0000)]
hmmmmm.  Bound params *were* working this way before, but now it seems that
I have to bind them as text.

20 years agoadded constructors for mysqli_stmt and mysqli_resultset classes
Georg Richter [Sun, 26 Dec 2004 13:17:03 +0000 (13:17 +0000)]
added constructors for mysqli_stmt and mysqli_resultset classes

20 years agoadded constructors for mysqli_stmt and mysqli_result classes
Georg Richter [Sun, 26 Dec 2004 13:16:40 +0000 (13:16 +0000)]
added constructors for mysqli_stmt and mysqli_result classes

20 years agodon't blow up under HEAD
Wez Furlong [Sun, 26 Dec 2004 04:50:09 +0000 (04:50 +0000)]
don't blow up under HEAD

20 years agobump PHP API number.
Wez Furlong [Sun, 26 Dec 2004 04:46:09 +0000 (04:46 +0000)]
bump PHP API number.

This is so that we can work around the signature change in the get_method
overloaded object handler in our portable extensions.

Yes, you could argue that the zend api number needs bumping, but then you could
argue which one to bump, as neither of them is specific or generic enough.

Besides all that, the PHP API number really needs a good old bump anyway.

20 years agofix for bug 31141
Georg Richter [Sat, 25 Dec 2004 16:42:53 +0000 (16:42 +0000)]
fix for bug 31141

20 years ago- Add ReflectionClass::hasMethod() (thanks to Johannes S.)
Marcus Boerger [Sat, 25 Dec 2004 16:27:27 +0000 (16:27 +0000)]
- Add ReflectionClass::hasMethod() (thanks to Johannes S.)

20 years agofix build issues
Wez Furlong [Sat, 25 Dec 2004 04:01:30 +0000 (04:01 +0000)]
fix build issues

20 years agoWhen a socket is non-blocking, don't block ssl enabled sockets.
Wez Furlong [Sat, 25 Dec 2004 02:02:56 +0000 (02:02 +0000)]
When a socket is non-blocking, don't block ssl enabled sockets.
Allow for non-blocking negotiation when calling stream_socket_enable_crypto().
That function will return the foolowing values:

false - negotiation failed
0     - try again when more data is available (only for non-blocking sockets)
true  - ssl was enabled

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

20 years agoreturn empty string when got empty parameter
Antony Dovgal [Fri, 24 Dec 2004 19:45:54 +0000 (19:45 +0000)]
return empty string when got empty parameter

20 years agoNew sarbage collector's bug was fixed (the behavior should be the same as in PHP_5_0)
Dmitry Stogov [Fri, 24 Dec 2004 09:00:29 +0000 (09:00 +0000)]
New sarbage collector's bug was fixed (the behavior should be the same as in PHP_5_0)

20 years ago"Undefined variable: %s" noticies were fixed to be compatible with PHP_5_0
Dmitry Stogov [Fri, 24 Dec 2004 08:24:55 +0000 (08:24 +0000)]
"Undefined variable:  %s" noticies were fixed to be compatible with PHP_5_0

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

20 years agoreally don't blow up
Wez Furlong [Thu, 23 Dec 2004 19:39:22 +0000 (19:39 +0000)]
really don't blow up

20 years agoFixed several buffer overflows.
Ilia Alshanetsky [Thu, 23 Dec 2004 19:29:12 +0000 (19:29 +0000)]
Fixed several buffer overflows.

20 years agodestroy return_value and fix leak in array_fill()
Antony Dovgal [Thu, 23 Dec 2004 16:35:48 +0000 (16:35 +0000)]
destroy return_value and fix leak in array_fill()

20 years agoadd Oracle Instant Client support (initial patch by cjbj at hotmail dot com)
Antony Dovgal [Thu, 23 Dec 2004 16:20:09 +0000 (16:20 +0000)]
add Oracle Instant Client support (initial patch by cjbj at hotmail dot com)

20 years agodon't crash...
Wez Furlong [Thu, 23 Dec 2004 05:56:50 +0000 (05:56 +0000)]
don't crash...

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

20 years agoFixed bug #31142 (imap_mail_compose() fails to generate correct output).
Ilia Alshanetsky [Wed, 22 Dec 2004 17:27:39 +0000 (17:27 +0000)]
Fixed bug #31142 (imap_mail_compose() fails to generate correct output).

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

20 years agoFixed possible crash in imap_mail_compose().
Ilia Alshanetsky [Tue, 21 Dec 2004 15:47:14 +0000 (15:47 +0000)]
Fixed possible crash in imap_mail_compose().

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