Commit Graph

37960 Commits

Author SHA1 Message Date
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
4862f5645f ChangeLog update 2007-04-24 01:31:13 +00:00
Hannes Magnusson
64179171f8 Add the ability to display the core ini entries via "php --ri core" 2007-04-23 21:24:54 +00:00
Johannes Schlüter
0813a5dfa3 - Keep unicode.semantcis for SKIPIF 2007-04-23 20:55:56 +00:00
Johannes Schlüter
9ee50fc95d - Add my name (sync to CREDITS file) 2007-04-23 20:53:55 +00:00
Marcus Boerger
118fe71b72 - Rephrase as suggested by Chris Jones 2007-04-23 20:47:58 +00:00
Marcus Boerger
8e500e7749 - Add 'php --ini' to CLI which returns the INI file/dir configuration 2007-04-23 20:17:19 +00:00
Hannes Magnusson
2d1f188193 Plug leak 2007-04-23 16:32:37 +00:00
Scott MacVicar
fef929f044 Fixed bug #40130 (TTF usage doesn't work properly under Netware) 2007-04-23 15:06:13 +00:00
Antony Dovgal
2bdfafadeb [DOC] add gmp_testbit() function
tests if the specified bit is set and returns false/true
2007-04-23 14:57:37 +00:00
Antony Dovgal
84827aabc4 add CURLOPT_FTP_CREATE_MISSING_DIRS 2007-04-23 14:36:38 +00:00
Antony Dovgal
82f7a379c5 there are definitely no problems found if all tests passed 2007-04-23 11:19:05 +00:00
Antony Dovgal
83d74b7488 fix long options 2007-04-23 11:04:54 +00:00
Antony Dovgal
1607e9fa79 MFB fix for #41034
add missing tests
2007-04-23 10:48:13 +00:00
Dmitry Stogov
6db3e71316 64-bit support 2007-04-23 10:21:43 +00:00
Dmitry Stogov
ff7d2b0327 WIN64 support 2007-04-23 10:21:24 +00:00
Antony Dovgal
4713e0ab79 fix folding 2007-04-23 10:05:25 +00:00
Antony Dovgal
5e5dbfa35e revert 2007-04-23 09:32:36 +00:00