]>
granicus.if.org Git - php/log
Antony Dovgal [Fri, 22 Apr 2005 08:59:21 +0000 (08:59 +0000)]
fix C++ comments
Masaki Fujimoto [Fri, 22 Apr 2005 05:03:10 +0000 (05:03 +0000)]
- Fix mbfl_encoding_detector_feed() and mbfl_mbfl_identify_encoding() behaviour
Wez Furlong [Fri, 22 Apr 2005 02:40:48 +0000 (02:40 +0000)]
fix bug #32795
<changelog@php.net> [Fri, 22 Apr 2005 00:45:41 +0000 (00:45 +0000)]
ChangeLog update
foobar [Thu, 21 Apr 2005 23:01:53 +0000 (23:01 +0000)]
- Fix birdstep support (no SQLDataSources() support in it)
Ilia Alshanetsky [Thu, 21 Apr 2005 21:11:23 +0000 (21:11 +0000)]
php_error() -> php_error_docref().
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 :)
foobar [Thu, 21 Apr 2005 14:57:53 +0000 (14:57 +0000)]
Expose EXEEXT and use for cli/cgi binaries
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)
foobar [Thu, 21 Apr 2005 14:22:53 +0000 (14:22 +0000)]
Fix test when register_long_arrays is off in your php.ini
foobar [Thu, 21 Apr 2005 14:17:52 +0000 (14:17 +0000)]
Added test for bug #32647
foobar [Thu, 21 Apr 2005 14:04:12 +0000 (14:04 +0000)]
bug => Bug
foobar [Thu, 21 Apr 2005 11:19:29 +0000 (11:19 +0000)]
- Possible fix for bug #32778
Dmitry Stogov [Thu, 21 Apr 2005 11:16:48 +0000 (11:16 +0000)]
Fixed wrong SoapFault codes. The codes MUST be namespace qualified.
Antony Dovgal [Thu, 21 Apr 2005 10:20:50 +0000 (10:20 +0000)]
add *.php to cvsignore
<changelog@php.net> [Thu, 21 Apr 2005 00:35:46 +0000 (00:35 +0000)]
ChangeLog update
Ilia Alshanetsky [Wed, 20 Apr 2005 22:51:45 +0000 (22:51 +0000)]
Fixed ZTS build of fdf extension.
Brian France [Wed, 20 Apr 2005 20:48:19 +0000 (20:48 +0000)]
Added support for .cc files in extensions.
Georg Richter [Wed, 20 Apr 2005 13:24:08 +0000 (13:24 +0000)]
another fix for last commit (committed from wrong tree) :(
Georg Richter [Wed, 20 Apr 2005 13:03:01 +0000 (13:03 +0000)]
fixed typo in last commit :(
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
Dmitry Stogov [Wed, 20 Apr 2005 10:59:02 +0000 (10:59 +0000)]
Fixed bug #32776 (SOAP doesn't support one-way operations)
Dmitry Stogov [Wed, 20 Apr 2005 08:44:05 +0000 (08:44 +0000)]
space -> tab
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)
Dmitry Stogov [Wed, 20 Apr 2005 06:36:10 +0000 (06:36 +0000)]
Some tests were fixed
<changelog@php.net> [Wed, 20 Apr 2005 00:43:11 +0000 (00:43 +0000)]
ChangeLog update
Marcus Boerger [Tue, 19 Apr 2005 22:04:59 +0000 (22:04 +0000)]
- Add ReflectionProperty::getDocComment()
foobar [Tue, 19 Apr 2005 22:04:28 +0000 (22:04 +0000)]
- Never use Z_TYPE* macros on non-zvals.
Ilia Alshanetsky [Tue, 19 Apr 2005 20:55:02 +0000 (20:55 +0000)]
Removed unused var.
Ilia Alshanetsky [Tue, 19 Apr 2005 20:53:54 +0000 (20:53 +0000)]
removed unused var.
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
Andrey Hristov [Tue, 19 Apr 2005 15:45:07 +0000 (15:45 +0000)]
MFB
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).
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
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
foobar [Tue, 19 Apr 2005 11:41:04 +0000 (11:41 +0000)]
No c++ comments in C code
foobar [Tue, 19 Apr 2005 11:28:02 +0000 (11:28 +0000)]
- This is not C++ code
Wez Furlong [Tue, 19 Apr 2005 06:14:56 +0000 (06:14 +0000)]
merge from branch: fixes for #32758 and #32759
Ilia Alshanetsky [Tue, 19 Apr 2005 02:58:19 +0000 (02:58 +0000)]
Fixed bug #32753 (Undefined constant SQLITE_NOTADB).
<changelog@php.net> [Tue, 19 Apr 2005 00:35:13 +0000 (00:35 +0000)]
ChangeLog update
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
Andrey Hristov [Mon, 18 Apr 2005 21:01:05 +0000 (21:01 +0000)]
don't null it - let the engine do its magic ;)
Wez Furlong [Mon, 18 Apr 2005 16:38:31 +0000 (16:38 +0000)]
merge bug fixes from branch
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
Dmitry Stogov [Mon, 18 Apr 2005 07:54:46 +0000 (07:54 +0000)]
Missing files were added
Dmitry Stogov [Mon, 18 Apr 2005 07:25:20 +0000 (07:25 +0000)]
Fixed memory leak in debug_backtrace()
Georg Richter [Mon, 18 Apr 2005 06:03:29 +0000 (06:03 +0000)]
cursor support for 5.0.4 (STMT_ATTR_CURSOR_TYPE changed to enum)
Ilia Alshanetsky [Mon, 18 Apr 2005 03:04:15 +0000 (03:04 +0000)]
removed unused vars.
Ilia Alshanetsky [Mon, 18 Apr 2005 02:43:42 +0000 (02:43 +0000)]
Checks not needed, done by ext/libxml already.
<changelog@php.net> [Mon, 18 Apr 2005 00:35:20 +0000 (00:35 +0000)]
ChangeLog update
Marcus Boerger [Sun, 17 Apr 2005 20:33:20 +0000 (20:33 +0000)]
- Add more tests
Marcus Boerger [Sun, 17 Apr 2005 20:16:14 +0000 (20:16 +0000)]
- Fix special cases of property_exists()
Marcus Boerger [Sun, 17 Apr 2005 20:15:23 +0000 (20:15 +0000)]
- Fix logic
Ilia Alshanetsky [Sun, 17 Apr 2005 18:05:03 +0000 (18:05 +0000)]
Added missing safe_mode & open_basedir checks.
foobar [Sun, 17 Apr 2005 16:25:59 +0000 (16:25 +0000)]
- Fixed bug #30819 (Better support for LDAP SASL bind)
foobar [Sun, 17 Apr 2005 16:11:49 +0000 (16:11 +0000)]
- Removed unnecessary NEWS entry
# There is no need to have this kind of entries in NEWS file
# when the problem only exists in CVS for day or two..
foobar [Sun, 17 Apr 2005 13:37:20 +0000 (13:37 +0000)]
- Remove relic
Derick Rethans [Sun, 17 Apr 2005 10:17:03 +0000 (10:17 +0000)]
- Fixed bug #32735 (Compile error in GD extension).
foobar [Sun, 17 Apr 2005 03:37:05 +0000 (03:37 +0000)]
- Fixed bug #31887 (Custom 5xx error does not return correct HTTP response message)
<changelog@php.net> [Sun, 17 Apr 2005 00:37:12 +0000 (00:37 +0000)]
ChangeLog update
Sara Golemon [Sat, 16 Apr 2005 15:36:22 +0000 (15:36 +0000)]
method_exists() regression test
Sara Golemon [Sat, 16 Apr 2005 15:24:56 +0000 (15:24 +0000)]
Fix method_exists(), pce is fetched, but ce is used
foobar [Sat, 16 Apr 2005 12:29:00 +0000 (12:29 +0000)]
retype
Pierre Joye [Sat, 16 Apr 2005 12:26:16 +0000 (12:26 +0000)]
- Typo
Pierre Joye [Sat, 16 Apr 2005 12:25:32 +0000 (12:25 +0000)]
- Entry for imageconvolution addition
Pierre Joye [Sat, 16 Apr 2005 12:12:24 +0000 (12:12 +0000)]
- export imageconvolution to userland, making people happy to do not
use the predefined ones :)
Rasmus Lerdorf [Sat, 16 Apr 2005 09:20:59 +0000 (09:20 +0000)]
I think this is a cleaner emboss filter. Less fringing.
<changelog@php.net> [Sat, 16 Apr 2005 00:34:23 +0000 (00:34 +0000)]
ChangeLog update
Rasmus Lerdorf [Sat, 16 Apr 2005 00:04:52 +0000 (00:04 +0000)]
The emboss and edge detection matrices are swapped
Rasmus Lerdorf [Sat, 16 Apr 2005 00:04:27 +0000 (00:04 +0000)]
Don't do PDO here if PDO is disabled
foobar [Fri, 15 Apr 2005 22:46:37 +0000 (22:46 +0000)]
- Fixed bug #32719 (strval() fails to zero terminate strings)
foobar [Fri, 15 Apr 2005 22:25:03 +0000 (22:25 +0000)]
Add some more cases
foobar [Fri, 15 Apr 2005 22:19:53 +0000 (22:19 +0000)]
Added test for strval() function
foobar [Fri, 15 Apr 2005 22:06:03 +0000 (22:06 +0000)]
- Use correct type (bug #32720)
Marcus Boerger [Fri, 15 Apr 2005 18:53:42 +0000 (18:53 +0000)]
- Fix even though we already know that the function will be renamed
Andrei Zmievski [Fri, 15 Apr 2005 17:15:18 +0000 (17:15 +0000)]
Fix certain operations to stop relying on presence of read_property and
write_property handlers. They may be NULL'ed out by certain objects
pretending to be pure arrays, for example. Do checks first.
Uwe Schindler [Fri, 15 Apr 2005 17:13:54 +0000 (17:13 +0000)]
Remove include_path support from md5_file/sha1_file again
Uwe Schindler [Fri, 15 Apr 2005 14:29:32 +0000 (14:29 +0000)]
use streams api for md5_file and sha1_file. Added parameter use_include_path similar to other PHP file functions. Documentation update outstanding
Uwe Schindler [Fri, 15 Apr 2005 09:14:38 +0000 (09:14 +0000)]
fix various solaris problems by replacing stdio with posix io where possible
<changelog@php.net> [Fri, 15 Apr 2005 00:39:27 +0000 (00:39 +0000)]
ChangeLog update
foobar [Thu, 14 Apr 2005 22:38:29 +0000 (22:38 +0000)]
- Regenerated with re2c 0.9.6 (fixes severe bugs)
foobar [Thu, 14 Apr 2005 21:17:20 +0000 (21:17 +0000)]
- Add support for latest Birdstep
Marcus Boerger [Thu, 14 Apr 2005 21:02:09 +0000 (21:02 +0000)]
- Rename class File to FileObject
# by popular demand
Andrey Hristov [Thu, 14 Apr 2005 16:05:05 +0000 (16:05 +0000)]
- don't use short tag
- detect CLI binary and don't print < ;br < in this case
Ilia Alshanetsky [Thu, 14 Apr 2005 14:01:11 +0000 (14:01 +0000)]
missing header (re2c 0.9.4 built .c file)
Ilia Alshanetsky [Thu, 14 Apr 2005 14:00:39 +0000 (14:00 +0000)]
Added missing header.
Ilia Alshanetsky [Thu, 14 Apr 2005 13:34:05 +0000 (13:34 +0000)]
MFB43: Fixed bug #31583 (php_std_date() uses short day names in
non-y2k_compliance mode).
Fixed bug #31689 (PHPAPI missing for php_std_date() and php_parse_date()).
<changelog@php.net> [Thu, 14 Apr 2005 00:42:29 +0000 (00:42 +0000)]
ChangeLog update
Ilia Alshanetsky [Wed, 13 Apr 2005 23:05:23 +0000 (23:05 +0000)]
Removed unused vars.
Antony Dovgal [Wed, 13 Apr 2005 22:11:35 +0000 (22:11 +0000)]
disable pg_cmdtuples() too, if there is no pg_affected_rows()
Derick Rethans [Wed, 13 Apr 2005 21:48:33 +0000 (21:48 +0000)]
- MFH43: Fixed bug #32699 (pg_affected_rows() was defined when it was not
available).
Antony Dovgal [Wed, 13 Apr 2005 08:23:39 +0000 (08:23 +0000)]
add testcase for bug #30833
<changelog@php.net> [Wed, 13 Apr 2005 00:34:35 +0000 (00:34 +0000)]
ChangeLog update
Frank M. Kromann [Tue, 12 Apr 2005 17:45:30 +0000 (17:45 +0000)]
Fix for #32682. Error on module shutdown when called from activescript
Ilia Alshanetsky [Tue, 12 Apr 2005 16:41:42 +0000 (16:41 +0000)]
Fixed compiler warning.
Antony Dovgal [Tue, 12 Apr 2005 14:00:54 +0000 (14:00 +0000)]
fix #30833 (array_count_values modifying input array)
Stanislav Malyshev [Tue, 12 Apr 2005 13:06:39 +0000 (13:06 +0000)]
fix memory corruption if one on the on_modify handlers errors out
Ilia Alshanetsky [Tue, 12 Apr 2005 01:00:48 +0000 (01:00 +0000)]
Fixed compiler warning.
<changelog@php.net> [Tue, 12 Apr 2005 00:35:50 +0000 (00:35 +0000)]
ChangeLog update
Frank M. Kromann [Mon, 11 Apr 2005 19:22:01 +0000 (19:22 +0000)]
Don't truncate the .options file when a database is started without the optional options parameter.