Commit Graph

32505 Commits

Author SHA1 Message Date
Sara Golemon
f005e298a0 Bugfix #32371 php://input sometimes returns duplicate data 2005-11-17 19:39:39 +00:00
Antony Dovgal
510f40c3bc make GCC happy and suppress the warning 2005-11-17 19:20:14 +00:00
Ilia Alshanetsky
47414c4204 MFB51: fixed test 2005-11-17 18:25:48 +00:00
Ilia Alshanetsky
f5608e0798 MFB51: Fixed bug #35248 (sqlite_query() doesnt set error_msg when return
value is being used).
2005-11-17 14:40:11 +00:00
Antony Dovgal
a5e2f63d68 fix #35079 (stream_set_blocking(true) toggles, not enables blocking)
patch by askalski at gmail dot com
2005-11-17 14:19:06 +00:00
Derick Rethans
13373c5f9d - MF51: Fixed bug #35218 (strtotime no longer ignores timezone comments like (PST)). 2005-11-17 13:15:01 +00:00
foobar
7b7b6c20a6 - Renamed config.m4 to config0.m4
# PCRE configure tests must be run before e.g. ext/filter
2005-11-17 10:01:47 +00:00
foobar
dca23aa9cf fix typo 2005-11-17 09:56:28 +00:00
foobar
1399d605df - Moved the files from resource to one level down.
# This makes the gcov thing actually work :)
2005-11-17 09:52:35 +00:00
foobar
58d21892e1 - Fix compile failure when ext/readline is compiled as shared 2005-11-17 08:36:12 +00:00
Dmitry Stogov
97190ee606 Removed support for continue and break operators with non-constant operands 2005-11-17 08:27:25 +00:00
8b9855a687 ChangeLog update 2005-11-17 06:54:18 +00:00
foobar
1c41c53e39 - Filters may behave differently with empty string so pass it on 2005-11-17 00:49:48 +00:00
foobar
f8667e1809 - Add simple test for filter_data() basic filters 2005-11-17 00:48:51 +00:00
Ilia Alshanetsky
b05d189cc0 MFB51: Allow zend_parse_parameters to handle non-well formed integers, but
raise E_NOTICE in the process.
2005-11-17 00:20:31 +00:00
foobar
2f42d7df03 - Fix PECL bug #5963 2005-11-17 00:03:03 +00:00
foobar
1d086bd268 - Fix build in PECL mode and in PHP core 2005-11-16 23:18:16 +00:00
foobar
1044416541 - Fix build problems with pecl/filter/ 2005-11-16 22:14:24 +00:00
foobar
771c47831f - Missing .cvsignore 2005-11-16 16:17:40 +00:00
Dmitry Stogov
8373809e2e Fixed bug #35239 (Objects can lose references) 2005-11-16 11:52:53 +00:00
Dmitry Stogov
376d30f441 Fixed bug #35229 (call_user_func() crashes when arguement_stack is nearly full) 2005-11-16 09:43:56 +00:00
30e3bbdb0b ChangeLog update 2005-11-16 06:44:57 +00:00
Marcus Boerger
18f53efca5 - Add new test 2005-11-15 21:32:54 +00:00
foobar
7d588a5b40 remove old news 2005-11-15 16:50:32 +00:00
Dmitry Stogov
0220a8318c Allow "null" default value for arguments with array type hint
Unicode support
2005-11-15 16:50:07 +00:00
Pierre Joye
29a04a28ef - switch to bsd license
- prepare 2.0.1
2005-11-15 15:36:29 +00:00
Ilia Alshanetsky
4ded4455eb MFB51: Fixed memory leak on php-cli -h 2005-11-15 15:30:41 +00:00
Dmitry Stogov
8bb39e7dba Allow recursive calls to __get/__set for different properties 2005-11-15 15:21:47 +00:00
Ilia Alshanetsky
dffc74c54e Allow recursive calls to __get/__set for different properties 2005-11-15 14:57:42 +00:00
Antony Dovgal
21aeacfa9d call zend_objects_destroy_object() explicitly
fix segfault when intern->time is NULL
2005-11-15 14:07:43 +00:00
foobar
29c580f138 fix warning 2005-11-15 13:43:57 +00:00
Dmitry Stogov
c4f93961b5 Fixed call to __destruct() for objects of classes delivered from internal ones those use zend_objects_store_put(obj, NULL, ... 2005-11-15 12:39:54 +00:00
foobar
0907893b2b - Prepare for including in PHP core 2005-11-15 11:55:28 +00:00
Dmitry Stogov
1f98519ac4 Fixed bug #35176 (include()/require()/*_once() produce wrong error messages about main()) 2005-11-15 11:14:34 +00:00
534f76d4ec ChangeLog update 2005-11-15 06:41:53 +00:00
Ilia Alshanetsky
5fd55abd66 Fixed possible crash in http:// wrapper. 2005-11-15 04:24:17 +00:00
Frank M. Kromann
0eaec9871c MFB: Change max_procs from 25 to library default. This will make FreeTDS connections work a bit better 2005-11-14 23:14:54 +00:00
Antony Dovgal
e658842761 fix #35197 (Destructor is not called) and similar issues in other extensions 2005-11-14 21:52:27 +00:00
641bb46969 ChangeLog update 2005-11-14 06:41:03 +00:00
da02f71894 ChangeLog update 2005-11-13 06:45:19 +00:00
Derick Rethans
574a210973 - Fixed protos. 2005-11-12 14:56:35 +00:00
Andrei Zmievski
87e782644b Grr. Re-re-fix the fix. 2005-11-12 11:11:53 +00:00
cea2b0e867 ChangeLog update 2005-11-12 06:41:04 +00:00
foobar
a05a33f34d - Fix the "php -v" output when neither --enable-debug or --enable-gcov
is used.
#
# Rasmus, now it should give proper output, please test.
2005-11-12 00:38:00 +00:00
Andrei Zmievski
0593d4a41d Re-fix Marcus's fix. 2005-11-11 17:34:16 +00:00
Marcus Boerger
e556247281 - Use the const instead of hard coding 2005-11-11 16:51:24 +00:00
Marcus Boerger
802fa95416 - Fix build 2005-11-11 16:50:08 +00:00
80390b0122 ChangeLog update 2005-11-11 06:42:02 +00:00
foobar
173fcb5e16 - Added note about --enable-gcov being strictly for developers only! 2005-11-10 08:06:08 +00:00
foobar
9b7a28e9a2 fix configure help 2005-11-10 08:04:57 +00:00