Commit Graph

35934 Commits

Author SHA1 Message Date
Antony Dovgal
c51cc262da add missing ifdef 2006-10-04 13:30:41 +00:00
Antony Dovgal
49472b31d2 minor AIX fix 2006-10-04 13:24:06 +00:00
Antony Dovgal
6924d8b2dc add missing ifdef 2006-10-04 13:02:18 +00:00
Michael Wallner
cc26df8876 - output layer and ext/zlib news 2006-10-04 12:58:02 +00:00
Edin Kadribasic
328dc8d62d Update credits 2006-10-04 12:53:03 +00:00
Hannes Magnusson
3a3c1a3a3e Update to the new parameter parsing API 2006-10-04 12:50:02 +00:00
Pierre Joye
f7531e2271 - Add Ilia 2006-10-04 12:13:39 +00:00
Pierre Joye
c99db13514 - update changelog 2006-10-04 12:11:15 +00:00
Pierre Joye
e7277df42c - MFB: api shake up and bug fixes (Ilia,Pierre)
all non unicode tests pass
2006-10-04 11:56:15 +00:00
Antony Dovgal
88e893b50a fix #39032 (strcspn() stops on null character) 2006-10-04 11:12:21 +00:00
Antony Dovgal
8d85069827 return false on invalid mode and don't segfault 2006-10-04 10:52:32 +00:00
Hannes Magnusson
1500e8bac0 fix test 2006-10-04 08:45:21 +00:00
740309a54c ChangeLog update 2006-10-04 01:30:52 +00:00
Pierre Joye
6284e39e0e - MFB 2006-10-03 23:33:23 +00:00
Antony Dovgal
a99e3ec1b3 remove TSRMLS_CC, php_stream_path_decode() is a macro 2006-10-03 23:26:14 +00:00
Antony Dovgal
d38bf75b69 int -> size_t 2006-10-03 23:22:21 +00:00
Antony Dovgal
1bdcfa172a use correct type for p_len 2006-10-03 23:09:08 +00:00
Michael Wallner
99fe9133c1 - typo 2006-10-03 22:28:33 +00:00
Michael Wallner
32186c45fb - fix failure with tests/lang/bug23489.phpt
- allocate fci param space at once with php_output_handler_user_func_t
2006-10-03 22:20:28 +00:00
Antony Dovgal
df68f888ea leaks--
fix test
2006-10-03 21:37:02 +00:00
Antony Dovgal
a264ef3348 fix tests 2006-10-03 21:18:43 +00:00
Antony Dovgal
496ff9808a fix leak 2006-10-03 21:17:29 +00:00
Antony Dovgal
520ab72e19 don't forget to increase refcount when adding entry to the return_value 2006-10-03 20:42:57 +00:00
Ilia Alshanetsky
15e5832c26 MFB: Last set of zend_hash_init() optimizations 2006-10-03 19:52:34 +00:00
Sara Golemon
6fbd520e93 PHP6 updates for convert_uu(en|de)code() 2006-10-03 19:51:35 +00:00
Sara Golemon
934c3781b2 Update proc_open() for PHP6 2006-10-03 19:37:01 +00:00
Andrei Zmievski
10e49f0ccf Update. 2006-10-03 19:35:37 +00:00
Antony Dovgal
ea11c9b8e8 nuke unused variables 2006-10-03 18:40:14 +00:00
Antony Dovgal
efe92dc230 fix build 2006-10-03 18:38:57 +00:00
Andrei Zmievski
481e9fd525 Unicode support in strripos(). 2006-10-03 18:13:36 +00:00
Antony Dovgal
55de312ce2 throw a warning when doing modulus by 0 (fr #39027) 2006-10-03 17:54:32 +00:00
Ilia Alshanetsky
25ac82bbb6 MFB: optimize zend_hash_init() with known hash table sizes. 2006-10-03 17:45:16 +00:00
Hannes Magnusson
0eaea000db compact() doesnt throw "wrong param count" 2006-10-03 16:36:57 +00:00
Sara Golemon
d666c05427 PHP6 Update for get_included_files() and export of path decode for Zend 2006-10-03 16:28:02 +00:00
Hannes Magnusson
96297ff0c7 MFB: pg_send_prepare(), pg_send_query_params() & pg_send_execute() do not throw "Wrong parameter count" 2006-10-03 15:22:54 +00:00
Hannes Magnusson
b3a5b40029 use PHP_ME_MAPPING rather than ZEND_NAMED_FE/ZEND_FENTRY 2006-10-03 14:55:42 +00:00
Antony Dovgal
7dd21d2b9f fix ZTS build 2006-10-03 13:44:14 +00:00
Dmitry Stogov
e8ddcf1077 Speedup array/HashTable copying. (Matt W) 2006-10-03 11:10:54 +00:00
Dmitry Stogov
2027ceaa14 Fixed bug #38942 (Double old-style-ctor inheritance) 2006-10-03 09:59:24 +00:00
Dmitry Stogov
ea1cd51094 Fixed bug #39017 (foreach(($obj = new myClass) as $v); echo $obj; segfaults) 2006-10-03 09:05:35 +00:00
Michael Wallner
ea0f299bad - use fci/fcc instead of zval* for user ob handler 2006-10-03 08:15:44 +00:00
Dmitry Stogov
aaed3f9fcb Fixed memory leak (Nuno) 2006-10-03 07:31:10 +00:00
Dmitry Stogov
0bc5b98d2e Fixed possible crash with default namespaces 2006-10-03 07:00:57 +00:00
c88c6deeee ChangeLog update 2006-10-03 01:30:52 +00:00
Rui Hirokawa
7d47f629e4 fixed --disable-mbregex to disable multibe-regex. 2006-10-02 23:27:43 +00:00
Antony Dovgal
b61f84ca28 fix #38996 (PDO_MYSQL doesn't check connections for liveness) 2006-10-02 22:07:58 +00:00
Sara Golemon
260836ec7a Flag the easy stuff out of the way, proc_open() is the real beast in here 2006-10-02 21:02:08 +00:00
Antony Dovgal
d831bd5f73 the last part of the fix for #39004 2006-10-02 20:49:13 +00:00
Andrei Zmievski
0b34032e49 - Fix strrpos() logic (which was broken even in PHP 5).
- Optimizations for a couple of functions.
2006-10-02 19:18:14 +00:00
Antony Dovgal
640c76969e fix the fix for #39004 2006-10-02 19:17:43 +00:00