Commit Graph

40255 Commits

Author SHA1 Message Date
Antony Dovgal
346867aaf8 fix test 2008-01-23 11:38:31 +00:00
Antony Dovgal
f6169ad7ca fix #43559 (array_merge_recursive() doesn't behave as expected with duplicate NULL values)
patch by Felipe
2008-01-23 11:20:00 +00:00
Antony Dovgal
bcd286cfa1 MFH: fix leak appearing when appending data to unnamed attribute 2008-01-23 09:59:42 +00:00
561952a9c3 ChangeLog update 2008-01-23 01:31:38 +00:00
Ilia Alshanetsky
c89066d03e MFB:Fixed bug #43912 (Interbase column names are truncated to 31 characters) 2008-01-23 01:23:12 +00:00
Marcus Boerger
2f1540e162 - Bugfix #37076 (SimpleXML ignores .=). (felipe, marcus) 2008-01-22 20:40:30 +00:00
Greg Beaver
47a60c4f16 fix 2 tests, add phar.readonly checks to rmdir/mkdir 2008-01-22 20:24:52 +00:00
Etienne Kneuss
34afc9ae6e News: already in 5_3
Typos (Dan Scott)
ctor inside the structure. dtor/ctor used on push/pop for better potential interoperability
2008-01-22 19:51:11 +00:00
Antony Dovgal
2b2e025690 new test by Lars Strojny 2008-01-22 15:42:12 +00:00
Dmitry Stogov
6847c18150 Added garbage collector 2008-01-22 09:29:29 +00:00
Greg Beaver
f51bf6118c fix tests to match CVS 2008-01-22 05:26:38 +00:00
bc1475c65a ChangeLog update 2008-01-22 01:31:33 +00:00
Etienne Kneuss
85254498dc Add doxygen docs for SplDoublyLinkedList, SplStack, SplQueue 2008-01-21 21:54:00 +00:00
Dmitry Stogov
27d1e925e2 Changed exception handling. Now each op_array doesn't contain ZEND_HANDLE_EXCEPTION opcode in the end 2008-01-21 19:41:41 +00:00
Dmitry Stogov
a71b7e452a Fixed compilation warning 2008-01-21 19:11:22 +00:00
Dmitry Stogov
dcece889eb Yet another comparison optimisation for usual cases 2008-01-21 19:10:51 +00:00
Antony Dovgal
596403f226 fix #42861 (strtr() crashes in Unicode mode when $from argument is empty) 2008-01-21 14:37:19 +00:00
Dmitry Stogov
8fc9047ce8 Eliminate unnecessary checks for INC/DEC IS_CV 2008-01-21 14:26:47 +00:00
Antony Dovgal
3dcfd1b65b fix newly added segfault 2008-01-21 09:08:12 +00:00
Sara Golemon
2ee33d336f Unicode migration for ext/ctype 2008-01-21 08:10:21 +00:00
Sara Golemon
42524ff33f Some unicode upgrades... 2008-01-21 07:30:49 +00:00
Sara Golemon
4be8bc52bd Flag safe func 2008-01-21 06:36:58 +00:00
Sara Golemon
4106cbf6d1 Flag additional unicode safe funcs 2008-01-21 06:36:02 +00:00
Sara Golemon
87c8d19c1b Make unicode ready 2008-01-21 06:08:03 +00:00
Greg Beaver
b2412c4568 fix problems found while documenting. Throw consistent exceptions, chmod is not allowed on
temporary directories, but is allowed on regular ones
allow uncompressAllFiles() to decompress a gzip/bzipped tar archive
fix some protos
2008-01-21 05:28:09 +00:00
9aa889e451 ChangeLog update 2008-01-21 01:31:31 +00:00
Ilia Alshanetsky
961af05505 MFB: Optimize wddx boolean encoding 2008-01-20 15:33:42 +00:00
Hannes Magnusson
dfebf08378 Fixed bug#43875 (Two error messages returned for $new and $flag argument in mysql_connect()) 2008-01-20 14:10:16 +00:00
Etienne Kneuss
2049896282 Fix mem errors 2008-01-20 12:51:33 +00:00
77219dfcf6 ChangeLog update 2008-01-20 01:31:35 +00:00
Greg Beaver
117f5e2639 add web-based support for default stub, now phars written with webPhar() will work
out of the box regardless of server configuration with phar file format
split up stub.h strings into 2046 byte chunks because MS VC 6 is friggin stupid
2008-01-20 00:49:45 +00:00
Greg Beaver
34c1e6e112 s/1.3.0/2.0.0/ 2008-01-19 20:13:31 +00:00
Greg Beaver
d5fd042872 bump 1.3.0 to 2.0.0, this is a big feature addition release 2008-01-19 19:51:14 +00:00
David Coallier
f6267ce134 - Wrong icu call, now using u_strToLower correctly 2008-01-19 19:47:41 +00:00
David Coallier
7a66695286 - Added lcfirst() function. The sister function of ucfirst()
- Test #1 for lcfirst()
2008-01-19 19:23:25 +00:00
Andrey Hristov
dfd4b99e05 Fix build issue 2008-01-19 18:56:19 +00:00
Greg Beaver
d7ff13cf9a update package.xml 2008-01-19 18:39:49 +00:00
Greg Beaver
a5358c0725 bump API version if the created phar has directories in it, so that it won't load with older phar versions 2008-01-19 18:30:30 +00:00
Greg Beaver
d583fae0cc add Phar::createDefaultStub(), which can take as an argument the filename
that should be loaded as a "bootstrap" for the phar archive
2008-01-19 04:26:22 +00:00
4f00c09a73 ChangeLog update 2008-01-19 01:31:40 +00:00
Nuno Lopes
dc84b8b767 fix gcov build 2008-01-18 20:12:45 +00:00
Christopher Jones
f55c8670af Add ifdef 2008-01-18 16:03:23 +00:00
Antony Dovgal
98164c99ac fix test
the library vresion is actually exposed by ext/mysqli, not ext/mysql
2008-01-18 12:48:22 +00:00
Greg Beaver
7540adf058 major improvement:
the new default stub allows creation of phars that run identically
1) with Phar extension
2) without Phar extension
3) extracted to disk from the phar
this makes the default phar format quite interesting as it eliminates the only drawback of the extension
2008-01-18 05:42:16 +00:00
Greg Beaver
ad0ec9e7df remove .cvsignore 2008-01-18 03:15:36 +00:00
f0da4a380c ChangeLog update 2008-01-18 01:31:44 +00:00
Pierre Joye
1e513413f2 - MFB: reflect the correct version 2008-01-18 01:24:29 +00:00
Greg Beaver
44173ebb5e MF5.3: install headers, use correct zip version 2008-01-18 00:33:15 +00:00
Greg Beaver
109cbc9f50 add needed define back into config.w32, make zip required mod on win32, remove lib/.cvsignore 2008-01-18 00:11:37 +00:00
Derick Rethans
cd9bc73574 - Fixed bug #41599 (setTime() fails after modify() is used). 2008-01-17 20:58:26 +00:00