]> granicus.if.org Git - php/log
php
19 years ago- Fix bug #32245 (xml_parser_free() in function assigned to the xml parser
Rob Richards [Thu, 28 Apr 2005 12:16:32 +0000 (12:16 +0000)]
- Fix bug #32245 (xml_parser_free() in function assigned to the xml parser
  gives a segfault)

19 years ago- Reorder request shutdown calls: Call all __destruct() functions and
foobar [Thu, 28 Apr 2005 07:50:53 +0000 (07:50 +0000)]
- Reorder request shutdown calls: Call all __destruct() functions and
  register_shutdown_function() callbacks before flushing output buffers
  and sending headers.
- Fixes bug #30578 and possibly others related to output buffering.

# Added some comments too about what happens and where

19 years agoconsolidate the various tls get/set calls for the different platforms into
Wez Furlong [Thu, 28 Apr 2005 02:55:14 +0000 (02:55 +0000)]
consolidate the various tls get/set calls for the different platforms into
a single macro, at Andi's request.

19 years agoChangeLog update
<changelog@php.net> [Thu, 28 Apr 2005 00:35:07 +0000 (00:35 +0000)]
ChangeLog update

19 years agoAllocation checks around persistent allocs that can fail.
Ilia Alshanetsky [Thu, 28 Apr 2005 00:25:25 +0000 (00:25 +0000)]
Allocation checks around persistent allocs that can fail.

19 years agoBetter use zval_ptr_dtor() instead (thanks Andi)
foobar [Wed, 27 Apr 2005 23:27:37 +0000 (23:27 +0000)]
Better use zval_ptr_dtor() instead (thanks Andi)

19 years agoAdd three new TSRM api functions:
Wez Furlong [Wed, 27 Apr 2005 22:19:54 +0000 (22:19 +0000)]
Add three new TSRM api functions:

TSRM_API void *tsrm_new_interpreter_context(void);
TSRM_API void *tsrm_set_interpreter_context(void *new_ctx);
TSRM_API void tsrm_free_interpreter_context(void *context);

These can be used, with a suitable SAPI, to host multiple interpreters on
the same thread.

19 years agorename
Andrey Hristov [Wed, 27 Apr 2005 21:24:37 +0000 (21:24 +0000)]
rename

19 years agofix bug #32013(MySQLi bind_result causes fatal error: memory limit reached)
Andrey Hristov [Wed, 27 Apr 2005 17:53:15 +0000 (17:53 +0000)]
fix bug #32013(MySQLi bind_result causes fatal error: memory limit reached)
#this is a partial fix but it cannot be better. the user has to call
#$stmt->store_result() and for a BLOB/MEDIUTEXT (and larger) space will be
#allocated as big as the biggest column value.

19 years agoFixed bug #29210 (Function: is_callable - no support for private and protected classes)
Dmitry Stogov [Wed, 27 Apr 2005 15:45:36 +0000 (15:45 +0000)]
Fixed bug #29210 (Function: is_callable - no support for private and protected classes)

19 years agoFixed bug #29104 (Function declaration in method doesn't work)
Dmitry Stogov [Wed, 27 Apr 2005 13:30:53 +0000 (13:30 +0000)]
Fixed bug #29104 (Function declaration in method doesn't work)

19 years agocheck should be on host_alias rather than on target_alias, but somehow works on confi...
Anantha Kesari H Y [Wed, 27 Apr 2005 13:22:18 +0000 (13:22 +0000)]
check should be on host_alias rather than on target_alias, but somehow works on configure generated using autoconf 2.57.

19 years ago- Made the libxml related stuff to error out if someone does --disable-all
foobar [Wed, 27 Apr 2005 13:12:55 +0000 (13:12 +0000)]
- Made the libxml related stuff to error out if someone does --disable-all
  or --disable-libxml. Better than silently just leave the ext out..

19 years agoFixed bug #32833 (Invalid opcode)
Dmitry Stogov [Wed, 27 Apr 2005 12:16:32 +0000 (12:16 +0000)]
Fixed bug #32833 (Invalid opcode)

19 years agoMFB (fixing bug 31668)
Andrey Hristov [Wed, 27 Apr 2005 12:12:58 +0000 (12:12 +0000)]
MFB (fixing bug 31668)

19 years agonuking that file was not very good idea :)
foobar [Wed, 27 Apr 2005 08:10:41 +0000 (08:10 +0000)]
nuking that file was not very good idea :)

19 years agoFixed bug #32674 (exception in iterator causes crash)
Dmitry Stogov [Wed, 27 Apr 2005 06:47:08 +0000 (06:47 +0000)]
Fixed bug #32674 (exception in iterator causes crash)

19 years agoremoved debug code.
Ilia Alshanetsky [Wed, 27 Apr 2005 03:12:18 +0000 (03:12 +0000)]
removed debug code.

19 years agoChangeLog update
<changelog@php.net> [Wed, 27 Apr 2005 00:38:26 +0000 (00:38 +0000)]
ChangeLog update

19 years agoFixed bug #30889 (Conflict between __get/__set and ++ operator)
Dmitry Stogov [Tue, 26 Apr 2005 13:23:23 +0000 (13:23 +0000)]
Fixed bug #30889 (Conflict between __get/__set and ++ operator)

19 years agofix
Dmitry Stogov [Tue, 26 Apr 2005 12:01:31 +0000 (12:01 +0000)]
fix

19 years agoFixed bug #30702 (cannot initialize class variable from class constant)
Dmitry Stogov [Tue, 26 Apr 2005 09:27:28 +0000 (09:27 +0000)]
Fixed bug #30702 (cannot initialize class variable from class constant)

19 years agoFixed bug #32427 (Interfaces are not allowed 'static' access modifier).
Dmitry Stogov [Tue, 26 Apr 2005 08:48:23 +0000 (08:48 +0000)]
Fixed bug #32427 (Interfaces are not allowed 'static' access modifier).

19 years agoFixed bug #32429 (method_exists() always return TRUE if __call method exists)
Dmitry Stogov [Tue, 26 Apr 2005 08:47:31 +0000 (08:47 +0000)]
Fixed bug #32429 (method_exists() always return TRUE if __call method exists)

19 years agoNetware stuff
foobar [Tue, 26 Apr 2005 08:20:44 +0000 (08:20 +0000)]
Netware stuff

19 years agoChangeLog update
<changelog@php.net> [Tue, 26 Apr 2005 00:34:22 +0000 (00:34 +0000)]
ChangeLog update

19 years agoFixed bug #32813 (parse_url() does not handle scheme-only urls properly).
Ilia Alshanetsky [Mon, 25 Apr 2005 23:47:37 +0000 (23:47 +0000)]
Fixed bug #32813 (parse_url() does not handle scheme-only urls properly).

19 years agoFix test
foobar [Mon, 25 Apr 2005 21:45:14 +0000 (21:45 +0000)]
Fix test

19 years agoReorder
foobar [Mon, 25 Apr 2005 21:23:49 +0000 (21:23 +0000)]
Reorder

19 years agoRevert. (Nokia is not that important :)
foobar [Mon, 25 Apr 2005 21:18:15 +0000 (21:18 +0000)]
Revert. (Nokia is not that important :)

19 years agoUpdate
John Coggeshall [Mon, 25 Apr 2005 20:54:44 +0000 (20:54 +0000)]
Update

19 years agoAdding new function tidy_get_opt_doc() to return option documentation at runtime...
John Coggeshall [Mon, 25 Apr 2005 20:46:16 +0000 (20:46 +0000)]
Adding new function tidy_get_opt_doc() to return option documentation at runtime. Thanks to nlopess for the patch

19 years agoReverting. Let's not introduce major BC breakage like this without a
Andrei Zmievski [Mon, 25 Apr 2005 20:41:26 +0000 (20:41 +0000)]
Reverting. Let's not introduce major BC breakage like this without a
good reason.

19 years ago- Added test: For some reason this fails with ZTS mode and "outside-src-tree-build"
foobar [Mon, 25 Apr 2005 14:04:00 +0000 (14:04 +0000)]
- Added test: For some reason this fails with ZTS mode and "outside-src-tree-build"

19 years agoWhen an entry goes to the PHP_5_0 branch, no entry here
foobar [Mon, 25 Apr 2005 13:01:41 +0000 (13:01 +0000)]
When an entry goes to the PHP_5_0 branch, no entry here

19 years agooops
Stanislav Malyshev [Mon, 25 Apr 2005 12:45:52 +0000 (12:45 +0000)]
oops

19 years agofix
Stanislav Malyshev [Mon, 25 Apr 2005 12:44:55 +0000 (12:44 +0000)]
fix

19 years ago@- Fix #32773 and make right fix for GMP FPEs (Stas)
Stanislav Malyshev [Mon, 25 Apr 2005 12:18:50 +0000 (12:18 +0000)]
@- Fix #32773 and make right fix for GMP FPEs (Stas)
Fix #32773 and make right fix for GMP FPEs

19 years ago- do not use md5, png signature can change between libpng version
Pierre Joye [Mon, 25 Apr 2005 11:36:24 +0000 (11:36 +0000)]
-  do not use md5, png signature can change between libpng version
   some floating points issue can end to different colors (+/- 1/255)
   tests should work again now.

19 years agoFixed bug #29944 (Function defined in switch, crashes).
Dmitry Stogov [Mon, 25 Apr 2005 09:56:42 +0000 (09:56 +0000)]
Fixed bug #29944 (Function defined in switch, crashes).

19 years agoAdded T1LIB support on Windows (#32809)
Edin Kadribasic [Mon, 25 Apr 2005 09:08:48 +0000 (09:08 +0000)]
Added T1LIB support on Windows (#32809)

19 years agows
foobar [Mon, 25 Apr 2005 08:21:15 +0000 (08:21 +0000)]
ws

19 years agoFixed call to estrndup() with invalid length
Dmitry Stogov [Mon, 25 Apr 2005 06:13:57 +0000 (06:13 +0000)]
Fixed call to estrndup() with invalid length

19 years agoCorrect grammar.
Sebastian Bergmann [Mon, 25 Apr 2005 05:13:36 +0000 (05:13 +0000)]
Correct grammar.

19 years agoChangeLog update
<changelog@php.net> [Mon, 25 Apr 2005 00:42:22 +0000 (00:42 +0000)]
ChangeLog update

19 years agoMFB: zval** not zval*
Ilia Alshanetsky [Sun, 24 Apr 2005 18:11:55 +0000 (18:11 +0000)]
MFB: zval** not zval*

19 years agoFixed bug #32802 (General cookie overrides more specific cookie).
Ilia Alshanetsky [Sun, 24 Apr 2005 17:52:21 +0000 (17:52 +0000)]
Fixed bug #32802 (General cookie overrides more specific cookie).

19 years ago- Need to copy doc comments correct for properties
Marcus Boerger [Sun, 24 Apr 2005 17:32:05 +0000 (17:32 +0000)]
- Need to copy doc comments correct for properties

19 years agoChangeLog update
<changelog@php.net> [Sun, 24 Apr 2005 00:33:38 +0000 (00:33 +0000)]
ChangeLog update

19 years ago- Fix memleak
foobar [Sat, 23 Apr 2005 21:15:24 +0000 (21:15 +0000)]
- Fix memleak

19 years ago- Fixed bug #32111 (Cookies can also be separated by colon)
foobar [Sat, 23 Apr 2005 20:33:34 +0000 (20:33 +0000)]
- Fixed bug #32111 (Cookies can also be separated by colon)

19 years agows, pval -> zval
foobar [Sat, 23 Apr 2005 19:30:29 +0000 (19:30 +0000)]
ws, pval -> zval

19 years ago- Add new tests
Marcus Boerger [Sat, 23 Apr 2005 15:21:07 +0000 (15:21 +0000)]
- Add new tests

19 years ago- Change bison check to positive logic and allow bison 2.0
Marcus Boerger [Sat, 23 Apr 2005 11:30:11 +0000 (11:30 +0000)]
- Change bison check to positive logic and allow bison 2.0

19 years agoChangeLog update
<changelog@php.net> [Sat, 23 Apr 2005 00:35:03 +0000 (00:35 +0000)]
ChangeLog update

19 years agoFixed bug #32797 (invalid C code in xmlrpc extension).
Joe Orton [Fri, 22 Apr 2005 11:06:53 +0000 (11:06 +0000)]
Fixed bug #32797 (invalid C code in xmlrpc extension).

19 years agofix C++ comments
Antony Dovgal [Fri, 22 Apr 2005 08:59:21 +0000 (08:59 +0000)]
fix C++ comments

19 years ago- Fix mbfl_encoding_detector_feed() and mbfl_mbfl_identify_encoding() behaviour
Masaki Fujimoto [Fri, 22 Apr 2005 05:03:10 +0000 (05:03 +0000)]
- Fix mbfl_encoding_detector_feed() and mbfl_mbfl_identify_encoding() behaviour

19 years agofix bug #32795
Wez Furlong [Fri, 22 Apr 2005 02:40:48 +0000 (02:40 +0000)]
fix bug #32795

19 years agoChangeLog update
<changelog@php.net> [Fri, 22 Apr 2005 00:45:41 +0000 (00:45 +0000)]
ChangeLog update

19 years ago- Fix birdstep support (no SQLDataSources() support in it)
foobar [Thu, 21 Apr 2005 23:01:53 +0000 (23:01 +0000)]
- Fix birdstep support (no SQLDataSources() support in it)

19 years agophp_error() -> php_error_docref().
Ilia Alshanetsky [Thu, 21 Apr 2005 21:11:23 +0000 (21:11 +0000)]
php_error() -> php_error_docref().

19 years ago- Allow using --enable-versioning with any SAPI module
foobar [Thu, 21 Apr 2005 15:02:34 +0000 (15:02 +0000)]
- Allow using --enable-versioning with any SAPI module
# It's only used if the php.sym file exists!
# Have fun Sara :)

19 years agoExpose EXEEXT and use for cli/cgi binaries
foobar [Thu, 21 Apr 2005 14:57:53 +0000 (14:57 +0000)]
Expose EXEEXT and use for cli/cgi binaries

19 years ago- Fixed bug #32647 (Using register_shutdown_function() with invalid callback can...
foobar [Thu, 21 Apr 2005 14:44:29 +0000 (14:44 +0000)]
- Fixed bug #32647 (Using register_shutdown_function() with invalid callback can crash PHP)

19 years agoFix test when register_long_arrays is off in your php.ini
foobar [Thu, 21 Apr 2005 14:22:53 +0000 (14:22 +0000)]
Fix test when register_long_arrays is off in your php.ini

19 years agoAdded test for bug #32647
foobar [Thu, 21 Apr 2005 14:17:52 +0000 (14:17 +0000)]
Added test for bug #32647

19 years agobug => Bug
foobar [Thu, 21 Apr 2005 14:04:12 +0000 (14:04 +0000)]
bug => Bug

19 years ago- Possible fix for bug #32778
foobar [Thu, 21 Apr 2005 11:19:29 +0000 (11:19 +0000)]
- Possible fix for bug #32778

19 years agoFixed wrong SoapFault codes. The codes MUST be namespace qualified.
Dmitry Stogov [Thu, 21 Apr 2005 11:16:48 +0000 (11:16 +0000)]
Fixed wrong SoapFault codes. The codes MUST be namespace qualified.

19 years agoadd *.php to cvsignore
Antony Dovgal [Thu, 21 Apr 2005 10:20:50 +0000 (10:20 +0000)]
add *.php to cvsignore

19 years agoChangeLog update
<changelog@php.net> [Thu, 21 Apr 2005 00:35:46 +0000 (00:35 +0000)]
ChangeLog update

19 years agoFixed ZTS build of fdf extension.
Ilia Alshanetsky [Wed, 20 Apr 2005 22:51:45 +0000 (22:51 +0000)]
Fixed ZTS build of fdf extension.

19 years agoAdded support for .cc files in extensions.
Brian France [Wed, 20 Apr 2005 20:48:19 +0000 (20:48 +0000)]
Added support for .cc files in extensions.

19 years agoanother fix for last commit (committed from wrong tree) :(
Georg Richter [Wed, 20 Apr 2005 13:24:08 +0000 (13:24 +0000)]
another fix for last commit (committed from wrong tree) :(

19 years agofixed typo in last commit :(
Georg Richter [Wed, 20 Apr 2005 13:03:01 +0000 (13:03 +0000)]
fixed typo in last commit :(

19 years agoadded support for data truncation (bind_result) for MySQL 5.0.5
Georg Richter [Wed, 20 Apr 2005 12:50:13 +0000 (12:50 +0000)]
added support for data truncation (bind_result) for MySQL 5.0.5

19 years agoFixed bug #32776 (SOAP doesn't support one-way operations)
Dmitry Stogov [Wed, 20 Apr 2005 10:59:02 +0000 (10:59 +0000)]
Fixed bug #32776 (SOAP doesn't support one-way operations)

19 years agospace -> tab
Dmitry Stogov [Wed, 20 Apr 2005 08:44:05 +0000 (08:44 +0000)]
space -> tab

19 years agoSupport for element's form and schema's elementFormDefault attributes (qualified...
Dmitry Stogov [Wed, 20 Apr 2005 08:30:43 +0000 (08:30 +0000)]
Support for element's form and schema's elementFormDefault attributes (qualified/unqualified)

19 years agoSome tests were fixed
Dmitry Stogov [Wed, 20 Apr 2005 06:36:10 +0000 (06:36 +0000)]
Some tests were fixed

19 years agoChangeLog update
<changelog@php.net> [Wed, 20 Apr 2005 00:43:11 +0000 (00:43 +0000)]
ChangeLog update

19 years ago- Add ReflectionProperty::getDocComment()
Marcus Boerger [Tue, 19 Apr 2005 22:04:59 +0000 (22:04 +0000)]
- Add ReflectionProperty::getDocComment()

19 years ago- Never use Z_TYPE* macros on non-zvals.
foobar [Tue, 19 Apr 2005 22:04:28 +0000 (22:04 +0000)]
- Never use Z_TYPE* macros on non-zvals.

19 years agoRemoved unused var.
Ilia Alshanetsky [Tue, 19 Apr 2005 20:55:02 +0000 (20:55 +0000)]
Removed unused var.

19 years agoremoved unused var.
Ilia Alshanetsky [Tue, 19 Apr 2005 20:53:54 +0000 (20:53 +0000)]
removed unused var.

19 years agoadd INT_MAX and INT_SIZE constants.
Andrey Hristov [Tue, 19 Apr 2005 17:30:07 +0000 (17:30 +0000)]
add INT_MAX and INT_SIZE constants.
#64bit machines are getting wider usage and these are needed

19 years agoMFB
Andrey Hristov [Tue, 19 Apr 2005 15:45:07 +0000 (15:45 +0000)]
MFB

19 years agoadd a test case for Bug #32405 (the previous commit incorporated a fix
Andrey Hristov [Tue, 19 Apr 2005 13:29:37 +0000 (13:29 +0000)]
add a test case for Bug #32405 (the previous commit incorporated a fix
for it).

19 years ago- nail down another 64bit problem. this will fix about 14 failing tests
Andrey Hristov [Tue, 19 Apr 2005 13:28:41 +0000 (13:28 +0000)]
- nail down another 64bit problem. this will fix about 14 failing tests
  on amd64 (probably other 64 bit arch).
- use ulong for this boolean variable, as it was before
- throw an warning if offset passed to mysqli_stmt_data_seek is negative

19 years ago- fixing all "long" into "int" fetching problems (cause memory corruption
Andrey Hristov [Tue, 19 Apr 2005 12:59:16 +0000 (12:59 +0000)]
- fixing all "long" into "int" fetching problems (cause memory corruption
  on 64 bit)
- nail down a problem because of the new MYSQL_TYPE_NEWDECIMAL introduced
  in MySQL 5.0+
- Add more info to the autocommit test

19 years agoNo c++ comments in C code
foobar [Tue, 19 Apr 2005 11:41:04 +0000 (11:41 +0000)]
No c++ comments in C code

19 years ago- This is not C++ code
foobar [Tue, 19 Apr 2005 11:28:02 +0000 (11:28 +0000)]
- This is not C++ code

19 years agomerge from branch: fixes for #32758 and #32759
Wez Furlong [Tue, 19 Apr 2005 06:14:56 +0000 (06:14 +0000)]
merge from branch: fixes for #32758 and #32759

19 years agoFixed bug #32753 (Undefined constant SQLITE_NOTADB).
Ilia Alshanetsky [Tue, 19 Apr 2005 02:58:19 +0000 (02:58 +0000)]
Fixed bug #32753 (Undefined constant SQLITE_NOTADB).

19 years agoChangeLog update
<changelog@php.net> [Tue, 19 Apr 2005 00:35:13 +0000 (00:35 +0000)]
ChangeLog update

19 years agoFix bug #32755 Segfault in replaceChild() when DocumentFragment has no children
Rob Richards [Mon, 18 Apr 2005 23:07:50 +0000 (23:07 +0000)]
Fix bug #32755 Segfault in replaceChild() when DocumentFragment has no children
update test

19 years agodon't null it - let the engine do its magic ;)
Andrey Hristov [Mon, 18 Apr 2005 21:01:05 +0000 (21:01 +0000)]
don't null it - let the engine do its magic ;)

19 years agomerge bug fixes from branch
Wez Furlong [Mon, 18 Apr 2005 16:38:31 +0000 (16:38 +0000)]
merge bug fixes from branch

19 years agoPHP_OS and PHP_UNAME need to be hardcoded for cross builds
Anantha Kesari H Y [Mon, 18 Apr 2005 09:46:53 +0000 (09:46 +0000)]
PHP_OS and PHP_UNAME need to be hardcoded for cross builds