1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 00:48:25 +02:00
Commit Graph

37977 Commits

Author SHA1 Message Date
Antony Dovgal 08536784db improve test 2007-05-03 12:10:02 +00:00
Edin Kadribasic 8b18dc97d6 MFB Fix Windows Build 2007-05-03 04:17:18 +00:00
14a28db0ef ChangeLog update 2007-05-03 01:31:08 +00:00
Antony Dovgal 15844a24a4 this test is only valid when Zend MM is enabled 2007-05-02 15:26:59 +00:00
Antony Dovgal 731f3fc2a3 make USE_ZEND_ALLOC env var available in SKIPIF section 2007-05-02 15:25:32 +00:00
Dmitry Stogov 7228f2307b Fixed altering $this via argument named "this" 2007-05-02 13:22:15 +00:00
Antony Dovgal a8fe87efd3 fix build when ext/hash is compiled as shared module 2007-05-02 10:30:24 +00:00
Dmitry Stogov 02d24cc512 Fixed bug #41192 (Per Directory Values only work for one key) 2007-05-02 10:16:48 +00:00
Dmitry Stogov d01f873cb6 Fixed bug #41004 (minOccurs="0" and null class member variable) 2007-05-02 09:38:22 +00:00
Dmitry Stogov d06900358a New test 2007-05-02 08:35:33 +00:00
Dmitry Stogov e701459646 Fixed bug #41097 (ext/soap returning associative array as indexed without using WSDL) 2007-05-02 08:22:32 +00:00
Dmitry Stogov b890450e84 Fixed test 2007-05-02 07:27:52 +00:00
9cca404533 ChangeLog update 2007-05-02 01:31:02 +00:00
Derick Rethans 9d94b6cf07 - Added test case for bug #41252. 2007-05-01 16:04:16 +00:00
Johannes Schlüter a6d6396483 - Fix test 2007-05-01 08:35:57 +00:00
5dde5772ea ChangeLog update 2007-05-01 01:31:03 +00:00
Antony Dovgal 0e9fca181c initialize optional parameters 2007-04-30 21:39:48 +00:00
Johannes Schlüter 20582e9a3c - Add new test 2007-04-30 19:52:04 +00:00
Johannes Schlüter b9c840c58d - Fix "f" modifier for zend_parse_parameters_ex in case of a __call call
(fixes Zend/tests/bug19859.phpt and Zend/tests/bug34260.phpt)
2007-04-30 19:51:20 +00:00
Antony Dovgal bcfd4067b6 make concatenating two binary strings a special case 2007-04-30 15:59:12 +00:00
e3e2aed45b ChangeLog update 2007-04-30 01:31:00 +00:00
Edin Kadribasic 26edfde98b MFB: Sync with zlib 2007-04-29 17:47:56 +00:00
a225fc0472 ChangeLog update 2007-04-29 01:31:07 +00:00
Antony Dovgal 0e240e2df1 this case is handled in convert_to_unicode(), no need to duplicate it 2007-04-28 12:05:19 +00:00
Antony Dovgal 7b0e0787f8 convert non-strings to unicode in unicode mode 2007-04-28 12:04:43 +00:00
Antony Dovgal ddd0dbd4ed add new tests 2007-04-28 11:58:41 +00:00
5c10893641 ChangeLog update 2007-04-28 01:31:05 +00:00
Antony Dovgal 8c8f7708e9 add new tests 2007-04-27 21:32:40 +00:00
Antony Dovgal 35ba6cd0df fix typo (Z_USTRVAL_P -> Z_USTRLEN_P) and CS 2007-04-27 21:27:14 +00:00
Antony Dovgal a09f608fff improve the tests 2007-04-27 11:43:24 +00:00
Antony Dovgal 0e5d853a8d initialize retval_ptr_ptr before returning FAILURE
this fixes invalid read in #41209
2007-04-27 08:11:37 +00:00
c6f98e0722 ChangeLog update 2007-04-27 01:31:04 +00:00
Uwe Schindler 218ce59478 Fix crash on server startup when log message is printed 2007-04-27 00:29:02 +00:00
Antony Dovgal 419c5b3db1 fix tests
add test for yet not merged fix
2007-04-26 23:42:36 +00:00
Antony Dovgal 82e7dc3aeb fix tests 2007-04-26 23:32:30 +00:00
Antony Dovgal 8d21a5a2f4 add Id tag 2007-04-26 23:13:16 +00:00
Antony Dovgal 5ff229034f fix build on Tru64 2007-04-26 19:08:24 +00:00
Andrei Zmievski d0ff39e936 Set CG(literal_type) for backticks. 2007-04-26 15:50:12 +00:00
Dmitry Stogov aea00baec2 Prevent double close() of the same file handle 2007-04-26 12:53:34 +00:00
Antony Dovgal c393a42948 remove highlight.bg 2007-04-26 09:39:30 +00:00
Antony Dovgal 47d3276cd7 removed unused highlight.bg ini option 2007-04-26 09:39:03 +00:00
Johannes Schlüter 98155ab1c0 - Fix test 2007-04-26 07:19:29 +00:00
a0c8706e26 ChangeLog update 2007-04-26 01:31:03 +00:00
Antony Dovgal 9acfe7288f add GMP_VERSION constant
add test
do not allow zero operand in gmp_divexact()
2007-04-25 18:09:08 +00:00
Dmitry Stogov 00e9c1b1bf ZTS fix 2007-04-25 14:18:15 +00:00
Antony Dovgal e6e242f418 MFB: Fix crashes when SAPI handlers are overriden in dl()-ed extensions 2007-04-25 11:19:10 +00:00
Hannes Magnusson f1e35024fb - Don't pick up php.ini from cwd on BSDs
- "Resolve" (with the help of $PATH) to /path/to/php and pick up
	the php.ini from there
2007-04-25 10:02:23 +00:00
Hannes Magnusson 02af1b4a65 rename --ri core to --ri main
# "the man has spoken"
2007-04-25 09:53:20 +00:00
foobar af103577be > date: 2006/12/09 22:18:42; author: wez; state: Exp; lines: +14 -6
> merge PHP 5 pdo into HEAD.  This source compiles on both PHP 5 and PHP 6.
> If you're poking around in here, please make sure that any changes you make
> compile on both PHP 5 and 6.  Thanks!

Same goes for Wez. :) (pecl build broken for pdo drivers)
2007-04-25 07:47:15 +00:00
b9632707a1 ChangeLog update 2007-04-25 01:31:09 +00:00