1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 18:53:33 +02:00
Commit Graph

29985 Commits

Author SHA1 Message Date
Dmitry Stogov ba22efa25c Missing files were added 2005-04-18 07:54:46 +00:00
Dmitry Stogov 4e04b5b5fb Fixed memory leak in debug_backtrace() 2005-04-18 07:25:20 +00:00
Georg Richter 21cae3966c cursor support for 5.0.4 (STMT_ATTR_CURSOR_TYPE changed to enum) 2005-04-18 06:03:29 +00:00
Ilia Alshanetsky 0810696e50 removed unused vars. 2005-04-18 03:04:15 +00:00
Ilia Alshanetsky c17b18689c Checks not needed, done by ext/libxml already. 2005-04-18 02:43:42 +00:00
d28acc8452 ChangeLog update 2005-04-18 00:35:20 +00:00
Marcus Boerger 43a5cee728 - Add more tests 2005-04-17 20:33:20 +00:00
Marcus Boerger 7aad424332 - Fix special cases of property_exists() 2005-04-17 20:16:14 +00:00
Marcus Boerger 79b9084eef - Fix logic 2005-04-17 20:15:23 +00:00
Ilia Alshanetsky 6de75a77c6 Added missing safe_mode & open_basedir checks. 2005-04-17 18:05:03 +00:00
foobar 87c931695f - Fixed bug #30819 (Better support for LDAP SASL bind) 2005-04-17 16:25:59 +00:00
foobar a1127a736b - 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..
2005-04-17 16:11:49 +00:00
foobar 36064e120e - Remove relic 2005-04-17 13:37:20 +00:00
Derick Rethans bb8988109d - Fixed bug #32735 (Compile error in GD extension). 2005-04-17 10:17:03 +00:00
foobar d5d9c6b8f3 - Fixed bug #31887 (Custom 5xx error does not return correct HTTP response message) 2005-04-17 03:37:05 +00:00
65c6833d66 ChangeLog update 2005-04-17 00:37:12 +00:00
Sara Golemon f838f8e37d method_exists() regression test 2005-04-16 15:36:22 +00:00
Sara Golemon 083795cbbf Fix method_exists(), pce is fetched, but ce is used 2005-04-16 15:24:56 +00:00
foobar b79838dab8 retype 2005-04-16 12:29:00 +00:00
Pierre Joye 58f441e2f7 - Typo 2005-04-16 12:26:16 +00:00
Pierre Joye 11c59f6d8f - Entry for imageconvolution addition 2005-04-16 12:25:32 +00:00
Pierre Joye 3963ba649d - export imageconvolution to userland, making people happy to do not
use the predefined ones :)
2005-04-16 12:12:24 +00:00
Rasmus Lerdorf 4162bd8b21 I think this is a cleaner emboss filter. Less fringing. 2005-04-16 09:20:59 +00:00
e6614e451d ChangeLog update 2005-04-16 00:34:23 +00:00
Rasmus Lerdorf d0f4028194 The emboss and edge detection matrices are swapped 2005-04-16 00:04:52 +00:00
Rasmus Lerdorf 802c8e83c9 Don't do PDO here if PDO is disabled 2005-04-16 00:04:27 +00:00
foobar b154e82d24 - Fixed bug #32719 (strval() fails to zero terminate strings) 2005-04-15 22:46:37 +00:00
foobar e5697cc0ad Add some more cases 2005-04-15 22:25:03 +00:00
foobar 5efe7cf99a Added test for strval() function 2005-04-15 22:19:53 +00:00
foobar 82819f3061 - Use correct type (bug #32720) 2005-04-15 22:06:03 +00:00
Marcus Boerger 5b21e48557 - Fix even though we already know that the function will be renamed 2005-04-15 18:53:42 +00:00
Andrei Zmievski 4fbddd03d7 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.
2005-04-15 17:15:18 +00:00
Uwe Schindler 91b587f884 Remove include_path support from md5_file/sha1_file again 2005-04-15 17:13:54 +00:00
Uwe Schindler 9cde55f8ed use streams api for md5_file and sha1_file. Added parameter use_include_path similar to other PHP file functions. Documentation update outstanding 2005-04-15 14:29:32 +00:00
Uwe Schindler c4e788b03c fix various solaris problems by replacing stdio with posix io where possible 2005-04-15 09:14:38 +00:00
6ead36dcf4 ChangeLog update 2005-04-15 00:39:27 +00:00
foobar 519f381fca - Regenerated with re2c 0.9.6 (fixes severe bugs) 2005-04-14 22:38:29 +00:00
foobar 172f3af8ed - Add support for latest Birdstep 2005-04-14 21:17:20 +00:00
Marcus Boerger 4f3b12b3fd - Rename class File to FileObject
# by popular demand
2005-04-14 21:02:09 +00:00
Andrey Hristov e23f62fc4f - don't use short tag
- detect CLI binary and don't print &lt ;br < in this case
2005-04-14 16:05:05 +00:00
Ilia Alshanetsky 378776dc33 missing header (re2c 0.9.4 built .c file) 2005-04-14 14:01:11 +00:00
Ilia Alshanetsky e546162f2c Added missing header. 2005-04-14 14:00:39 +00:00
Ilia Alshanetsky e87127af69 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()).
2005-04-14 13:34:05 +00:00
dac4eb1c70 ChangeLog update 2005-04-14 00:42:29 +00:00
Ilia Alshanetsky fc51ec9e12 Removed unused vars. 2005-04-13 23:05:23 +00:00
Antony Dovgal 2c511712f7 disable pg_cmdtuples() too, if there is no pg_affected_rows() 2005-04-13 22:11:35 +00:00
Derick Rethans cba30657d9 - MFH43: Fixed bug #32699 (pg_affected_rows() was defined when it was not
available).
2005-04-13 21:48:33 +00:00
Antony Dovgal 36d13eb7c9 add testcase for bug #30833 2005-04-13 08:23:39 +00:00
ecf95a1e66 ChangeLog update 2005-04-13 00:34:35 +00:00
Frank M. Kromann 7bf2fe5296 Fix for #32682. Error on module shutdown when called from activescript 2005-04-12 17:45:30 +00:00