]>
granicus.if.org Git - php/log
Georg Richter [Fri, 7 Jan 2005 16:34:55 +0000 (16:34 +0000)]
forgot to remove some comments in last commit:(
Sebastian Bergmann [Fri, 7 Jan 2005 16:24:51 +0000 (16:24 +0000)]
ZTS fix.
Sebastian Bergmann [Fri, 7 Jan 2005 16:23:13 +0000 (16:23 +0000)]
Sync with config.m4.
Magnus M��tt� [Fri, 7 Jan 2005 16:05:06 +0000 (16:05 +0000)]
Added new function: posix_access()
Feature requests: #29615, #14924
Georg Richter [Fri, 7 Jan 2005 15:05:09 +0000 (15:05 +0000)]
new mysqli stuff
Georg Richter [Fri, 7 Jan 2005 14:59:59 +0000 (14:59 +0000)]
Added new classes:
mysqli_driver
mysqli_warning
mysqli_exception
mysqli_sql_exception
Improved embedded server support
changed testsuite to work also with embedded server
Made statement and resultset classes extendable
minor fixes
foobar [Fri, 7 Jan 2005 06:28:08 +0000 (06:28 +0000)]
- Fixed bug #31055 (apache2filter: per request leak proportional to the full path of the request URI)
foobar [Fri, 7 Jan 2005 06:12:42 +0000 (06:12 +0000)]
- Make sure $host_alias is never empty
Wez Furlong [Fri, 7 Jan 2005 05:39:27 +0000 (05:39 +0000)]
update by steph
Wez Furlong [Fri, 7 Jan 2005 05:27:27 +0000 (05:27 +0000)]
jumbo commit; implement sqlstate error codes.
Bundle sqlite3
Wez Furlong [Fri, 7 Jan 2005 05:25:57 +0000 (05:25 +0000)]
lame implementation of SQLSTATE error codes
Wez Furlong [Fri, 7 Jan 2005 05:25:35 +0000 (05:25 +0000)]
remove error map; odbc speaks SQLSTATE natively
Wez Furlong [Fri, 7 Jan 2005 05:25:02 +0000 (05:25 +0000)]
half-hearted adjustment for sqlstate error codes; will do a better job
when I'm sitting down with a working oci env
Wez Furlong [Fri, 7 Jan 2005 05:24:21 +0000 (05:24 +0000)]
tidy up some parts of the build (could do with more work)
Partially implement SQLSTATE error codes
Wez Furlong [Fri, 7 Jan 2005 05:23:48 +0000 (05:23 +0000)]
half-update for sqlstate error codes
Wez Furlong [Fri, 7 Jan 2005 05:23:10 +0000 (05:23 +0000)]
implement SQLSTATE style error codes.
Allow drivers to add methods to dbh and stmt objects
(note that we can't use a class, because the use only sees the PDO class).
Clarify the api slightly:
PDO::exec() is used for one-shot queries that don't return rows
PDO::query() is a convenience function for returning a rowset without
having to go through the steps of preparing and executing.
<changelog@php.net> [Fri, 7 Jan 2005 01:35:24 +0000 (01:35 +0000)]
ChangeLog update
<changelog@php.net> [Thu, 6 Jan 2005 01:35:51 +0000 (01:35 +0000)]
ChangeLog update
Joe Orton [Wed, 5 Jan 2005 21:33:56 +0000 (21:33 +0000)]
Fix #31413: curl POSTFIELDS usage on 64-bit platforms.
<changelog@php.net> [Wed, 5 Jan 2005 01:35:56 +0000 (01:35 +0000)]
ChangeLog update
Frank M. Kromann [Tue, 4 Jan 2005 22:39:29 +0000 (22:39 +0000)]
Allow gmp to compile under Win32
Wez Furlong [Tue, 4 Jan 2005 15:30:45 +0000 (15:30 +0000)]
Fix #31408: memory leak in stream_socket_recvfrom
foobar [Tue, 4 Jan 2005 06:51:45 +0000 (06:51 +0000)]
- Fixed bug #31396 (compile fails with gd 2.0.33 without freetype)
<changelog@php.net> [Tue, 4 Jan 2005 01:36:40 +0000 (01:36 +0000)]
ChangeLog update
Stanislav Malyshev [Mon, 3 Jan 2005 11:29:27 +0000 (11:29 +0000)]
merge patch from http://www.sqlite.org/cvstrac/chngview?cn=1953
bug led to PHP exiting on queries with unknown columns
Stanislav Malyshev [Mon, 3 Jan 2005 10:01:03 +0000 (10:01 +0000)]
Fix the following nasty bug:
- if compile bails out from the middle of compiling, current_buffer is not restored
- if current_buffer is not null, yy_switch_to_buffer will do: *yy_c_buf_p = yy_hold_char; on
the next request
- which would lead to memory corruption on next request
<changelog@php.net> [Mon, 3 Jan 2005 01:37:14 +0000 (01:37 +0000)]
ChangeLog update
Ilia Alshanetsky [Sun, 2 Jan 2005 23:53:43 +0000 (23:53 +0000)]
Fixed bug #31371 (highlight_file() trims new line after heredoc).
Rob Richards [Sun, 2 Jan 2005 12:22:36 +0000 (12:22 +0000)]
allow parser flags to be passed to xinclude()
Rob Richards [Sun, 2 Jan 2005 12:21:14 +0000 (12:21 +0000)]
add NONET flag to disable network access when loading xml
Rob Richards [Sun, 2 Jan 2005 12:08:41 +0000 (12:08 +0000)]
Fixed bug #31361 (simplexml/domxml segfault when adding node twice)
Moriyoshi Koizumi [Sun, 2 Jan 2005 06:51:03 +0000 (06:51 +0000)]
- Add testcases for bug #29493 and #31213.
<changelog@php.net> [Sun, 2 Jan 2005 01:36:26 +0000 (01:36 +0000)]
ChangeLog update
Wez Furlong [Sat, 1 Jan 2005 14:32:59 +0000 (14:32 +0000)]
Fix build...
<changelog@php.net> [Sat, 1 Jan 2005 01:35:57 +0000 (01:35 +0000)]
ChangeLog update
Wez Furlong [Fri, 31 Dec 2004 17:45:08 +0000 (17:45 +0000)]
add proper dep
<changelog@php.net> [Fri, 31 Dec 2004 01:36:44 +0000 (01:36 +0000)]
ChangeLog update
Rasmus Lerdorf [Thu, 30 Dec 2004 15:53:57 +0000 (15:53 +0000)]
Safer libtoolize version check
foobar [Thu, 30 Dec 2004 15:18:24 +0000 (15:18 +0000)]
- Fixed bug #28930 (PHP sources pick wrong header files generated by bison)
foobar [Thu, 30 Dec 2004 14:56:00 +0000 (14:56 +0000)]
- Fix buildconf failure with autoconf versions > 2.13
foobar [Thu, 30 Dec 2004 14:50:06 +0000 (14:50 +0000)]
- Fixed bug #31101 (missing kerberos header file path with --with-openssl)
Antony Dovgal [Thu, 30 Dec 2004 11:56:18 +0000 (11:56 +0000)]
tidy_repair_string() should not try to load config file if there was no config parameter
foobar [Thu, 30 Dec 2004 07:08:39 +0000 (07:08 +0000)]
MFB_4_3: Quote macro names in AC_DEFUN()
foobar [Thu, 30 Dec 2004 05:31:55 +0000 (05:31 +0000)]
- Fixed the crash and leak.
foobar [Thu, 30 Dec 2004 04:43:51 +0000 (04:43 +0000)]
missing .cvsignore file
Ilia Alshanetsky [Thu, 30 Dec 2004 04:39:17 +0000 (04:39 +0000)]
MFH: A leak is better(?) then a crash.
Ilia Alshanetsky [Thu, 30 Dec 2004 04:11:33 +0000 (04:11 +0000)]
MFB: fixed test case
<changelog@php.net> [Thu, 30 Dec 2004 01:34:40 +0000 (01:34 +0000)]
ChangeLog update
Ilia Alshanetsky [Thu, 30 Dec 2004 01:23:44 +0000 (01:23 +0000)]
Fixed proto.
foobar [Thu, 30 Dec 2004 00:59:28 +0000 (00:59 +0000)]
cleanup..
Ilia Alshanetsky [Wed, 29 Dec 2004 21:56:42 +0000 (21:56 +0000)]
Fixed typo.
Ilia Alshanetsky [Wed, 29 Dec 2004 21:40:34 +0000 (21:40 +0000)]
Fixed compiler warnings.
Ilia Alshanetsky [Wed, 29 Dec 2004 21:33:03 +0000 (21:33 +0000)]
Fixed memory leaks.
Ilia Alshanetsky [Wed, 29 Dec 2004 21:25:00 +0000 (21:25 +0000)]
MFB: don't perform pointless operations.
Ilia Alshanetsky [Wed, 29 Dec 2004 21:07:59 +0000 (21:07 +0000)]
Don't forget to unload t1lib.
Frank M. Kromann [Wed, 29 Dec 2004 20:18:34 +0000 (20:18 +0000)]
Fix typo
Antony Dovgal [Wed, 29 Dec 2004 16:11:42 +0000 (16:11 +0000)]
more typos
Antony Dovgal [Wed, 29 Dec 2004 13:53:40 +0000 (13:53 +0000)]
MFB: fix typos
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)
<changelog@php.net> [Wed, 29 Dec 2004 01:37:10 +0000 (01:37 +0000)]
ChangeLog update
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
Andi Gutmans [Tue, 28 Dec 2004 03:48:18 +0000 (03:48 +0000)]
- Revert expose_php change
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.
<changelog@php.net> [Tue, 28 Dec 2004 01:35:50 +0000 (01:35 +0000)]
ChangeLog update
Wez Furlong [Mon, 27 Dec 2004 22:04:54 +0000 (22:04 +0000)]
more get_method signature changes
Zeev Suraski [Mon, 27 Dec 2004 18:53:27 +0000 (18:53 +0000)]
MFB
Zeev Suraski [Mon, 27 Dec 2004 18:22:50 +0000 (18:22 +0000)]
MFB - description fix
Georg Richter [Mon, 27 Dec 2004 15:39:35 +0000 (15:39 +0000)]
fixed testcase 047
fixed windows compile error
Marcus Boerger [Mon, 27 Dec 2004 15:13:26 +0000 (15:13 +0000)]
- Need to unmangle the class name here
Dmitry Stogov [Mon, 27 Dec 2004 13:43:26 +0000 (13:43 +0000)]
"Undefined variable: %s" noticies were fixed to use one space
Marcus Boerger [Mon, 27 Dec 2004 13:32:22 +0000 (13:32 +0000)]
- More proto/error message fixes
Georg Richter [Mon, 27 Dec 2004 11:48:57 +0000 (11:48 +0000)]
Fix for feature request #31015: added length for field length
Marcus Boerger [Mon, 27 Dec 2004 11:41:45 +0000 (11:41 +0000)]
- Small fixlet (by Tony)
Ilia Alshanetsky [Mon, 27 Dec 2004 07:19:25 +0000 (07:19 +0000)]
Fixed spelling.
<changelog@php.net> [Mon, 27 Dec 2004 01:35:30 +0000 (01:35 +0000)]
ChangeLog update
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.
Georg Richter [Sun, 26 Dec 2004 13:17:03 +0000 (13:17 +0000)]
added constructors for mysqli_stmt and mysqli_resultset classes
Georg Richter [Sun, 26 Dec 2004 13:16:40 +0000 (13:16 +0000)]
added constructors for mysqli_stmt and mysqli_result classes
Wez Furlong [Sun, 26 Dec 2004 04:50:09 +0000 (04:50 +0000)]
don't blow up under HEAD
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.
Georg Richter [Sat, 25 Dec 2004 16:42:53 +0000 (16:42 +0000)]
fix for bug 31141
Marcus Boerger [Sat, 25 Dec 2004 16:27:27 +0000 (16:27 +0000)]
- Add ReflectionClass::hasMethod() (thanks to Johannes S.)
Wez Furlong [Sat, 25 Dec 2004 04:01:30 +0000 (04:01 +0000)]
fix build issues
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
<changelog@php.net> [Sat, 25 Dec 2004 01:35:07 +0000 (01:35 +0000)]
ChangeLog update
Antony Dovgal [Fri, 24 Dec 2004 19:45:54 +0000 (19:45 +0000)]
return empty string when got empty parameter
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)
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
<changelog@php.net> [Fri, 24 Dec 2004 01:37:05 +0000 (01:37 +0000)]
ChangeLog update
Wez Furlong [Thu, 23 Dec 2004 19:39:22 +0000 (19:39 +0000)]
really don't blow up
Ilia Alshanetsky [Thu, 23 Dec 2004 19:29:12 +0000 (19:29 +0000)]
Fixed several buffer overflows.
Antony Dovgal [Thu, 23 Dec 2004 16:35:48 +0000 (16:35 +0000)]
destroy return_value and fix leak in array_fill()
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)
Wez Furlong [Thu, 23 Dec 2004 05:56:50 +0000 (05:56 +0000)]
don't crash...
<changelog@php.net> [Thu, 23 Dec 2004 01:34:51 +0000 (01:34 +0000)]
ChangeLog update
Ilia Alshanetsky [Wed, 22 Dec 2004 17:27:39 +0000 (17:27 +0000)]
Fixed bug #31142 (imap_mail_compose() fails to generate correct output).
<changelog@php.net> [Wed, 22 Dec 2004 01:36:38 +0000 (01:36 +0000)]
ChangeLog update
Ilia Alshanetsky [Tue, 21 Dec 2004 15:47:14 +0000 (15:47 +0000)]
Fixed possible crash in imap_mail_compose().
Edin Kadribasic [Tue, 21 Dec 2004 15:41:22 +0000 (15:41 +0000)]
MFB: Avoid autoheader warning
foobar [Tue, 21 Dec 2004 06:57:01 +0000 (06:57 +0000)]
- Fixed bug #28248 (Can not compile --with-sybase and freetds)