Commit Graph

45214 Commits

Author SHA1 Message Date
David Soria Parra
565e6bdbdf Fix bug #48644 mysqlnd does not compile with '--enable-mysqlnd-threading' 2009-06-23 14:14:32 +00:00
Johannes Schlüter
ed4b37eb39 The experimental warning sohuld be in the configure output... 2009-06-23 13:19:22 +00:00
Johannes Schlüter
8279c03681 The json header should be installed so other exts can use it 2009-06-23 13:09:20 +00:00
Hannes Magnusson
fb35a562ef Fix arginfo for libxml_disable_entity_loader() and
libxml_use_internal_errors()
2009-06-23 12:27:36 +00:00
Rob Richards
b408366658 add libxml_disable_entity_loader function 2009-06-23 10:49:00 +00:00
Kalle Sommer Nielsen
535e251612 Move these defines to config.w32.h 2009-06-23 06:55:45 +00:00
Kalle Sommer Nielsen
defb0a7047 Use %* instead of a range + WS 2009-06-23 02:13:04 +00:00
Kalle Sommer Nielsen
fb88e8e8c3 * Fix deprecation warning when building deplister
* Fix some mkdir warnings if "nmake build-dist" is executed twice
2009-06-23 01:37:05 +00:00
2e134996b0 ChangeLog update 2009-06-23 01:33:15 +00:00
Pierre Joye
aa382805f6 - MF53: #48619, imap_search ALL segfaults 2009-06-22 20:35:46 +00:00
Pierre Joye
da915bc1c3 - MF53: [PHP-CVS] cvs: php-src(PHP_5_3) /sapi/cgi cgi_main.c 2009-06-22 20:15:27 +00:00
Christian Seiler
b5ffb2d9af - Fixed spl_autoload_functions/spl_autoload_unregister wrt. closures and
invokables.
2009-06-22 18:14:14 +00:00
Ilia Alshanetsky
8a5511cfc8 MFB: Fixed bug #48636 (Error compiling of ext/date on netware). 2009-06-22 13:43:06 +00:00
9242550823 ChangeLog update 2009-06-22 01:33:38 +00:00
Scott MacVicar
ef76d96812 Specific test for bug #48276 2009-06-21 22:30:37 +00:00
Scott MacVicar
5345eec0b8 Fix bug #48276 - year is a long long so we need %lld so big endian systems print the correct value. 2009-06-21 22:18:53 +00:00
Hannes Magnusson
d19b44b95d MFB: Fix proto and arginfo 2009-06-21 20:41:51 +00:00
andy wharmby
46a0a90400 New lang tests. 2009-06-21 17:42:13 +00:00
Johannes Schlüter
e4b82c6252 It's 2009 2009-06-21 16:44:40 +00:00
Ilia Alshanetsky
ca74bf9e44 MFB: Fixed bug #48620 (X-PHP-Originating-Script assumes no trailing CRLF in
existing headers)
2009-06-21 15:30:23 +00:00
Takeshi Abe
8990a91fd7 fixed bug #48555 (ImageFTBBox() differs from previous versions for texts with new lines) 2009-06-21 05:59:25 +00:00
e302eeed8a ChangeLog update 2009-06-21 01:33:40 +00:00
Kalle Sommer Nielsen
663600b41d Fixed arginfo for array_map, patch by Matthew Fonda <matthewfonda@gmail.com> 2009-06-20 06:05:26 +00:00
dbebf39ff3 ChangeLog update 2009-06-20 01:33:11 +00:00
Kalle Sommer Nielsen
6442cfaaf6 Fix memleak 2009-06-19 22:12:20 +00:00
aa1713fabc ChangeLog update 2009-06-19 01:33:18 +00:00
andy wharmby
e4ef8e925a Fix test; remove spurious code 2009-06-18 21:53:14 +00:00
andy wharmby
a2dd5c26cd Basic tests for strftime(). Tested on Windows (all tests skip), Linux and Liinux 64 bit 2009-06-18 21:14:14 +00:00
Greg Beaver
c816d49384 fix EXPECT section of test 2009-06-18 18:12:10 +00:00
Derick Rethans
826378be43 - Updated to version 2009.10 (2009j) 2009-06-18 09:02:43 +00:00
Zoe Slattery
fe6e83b3aa Tests from Berlin test fest 2009-06-18 07:25:55 +00:00
Rasmus Lerdorf
c6de8de302 Fix bug #48592 2009-06-18 06:39:11 +00:00
c3bf1cd273 ChangeLog update 2009-06-18 01:33:13 +00:00
Pierre Joye
351b983419 - MF53: #47318, UMR when trying to activate user config 2009-06-17 19:31:54 +00:00
andy wharmby
677b5edcdd New test for standard object compare handler. Tested on Windows, Linux and Linux 64 2009-06-17 19:15:18 +00:00
andy wharmby
e10b7e7553 New foreach tests. Tested on Windows, Linux and Linux 64 bit. 2009-06-17 19:07:15 +00:00
Andrey Hristov
64046529f0 Fix two problems:
- The value of mysqli_get_client_info() has been changed recently and did
not include "mysqlnd" anymore thus the test suite was thinking the build
is always libmysql. This did not kept the suite from running pconn tests
- Going back to the libc allocator because the memory arena could be on a
  persistent connections. If the build is not debug there will be no error
  but the memory will be freed and in the second use of this pconn freed
  memory will be used - not good! For now the arena doesn't take an argument
  whether it should allocate persistently or not, thus persistent is safe
  for now.

Johannes gave his +1 to commit this.
2009-06-17 16:21:34 +00:00
Felipe Pena
a26dc7bd50 - Fixed bug #48578 (Can't build 5.3 on FBSD 4.11) (Rasmus) 2009-06-17 16:19:48 +00:00
Scott MacVicar
1217eab950 Update test to test a few more cases and another for calling prev() on a blank DLL. 2009-06-17 13:15:39 +00:00
Scott MacVicar
88994ce758 Add SplDoublyLinkedList::prev(), no point in having a DLL that only goes one way 2009-06-17 12:57:38 +00:00
Robin Fernandes
eb9f2006cc Additional class related tests. 2009-06-17 10:38:24 +00:00
Hannes Magnusson
ae9ba9cd60 fix skipf 2009-06-17 10:18:42 +00:00
Rasmus Lerdorf
add9048b30 Need the gcc version check here too 2009-06-17 08:57:44 +00:00
0ae1a1f965 ChangeLog update 2009-06-17 01:33:11 +00:00
Felipe Pena
ccfdb9b9ad - Fixed tests 2009-06-16 19:49:04 +00:00
andy wharmby
62b2bc8d55 New strcoll error test. Tested on Windows, Linux and Linux 64. 2009-06-16 19:39:37 +00:00
Andrey Hristov
56b1c8fe39 C-comments should be used 2009-06-16 17:59:19 +00:00
Pierre Joye
a6b40a6e88 - MF53: fix readlink in TS SAPI 2009-06-16 16:53:56 +00:00
Rasmus Lerdorf
4fc0630fa5 Tweak to make this compile with gcc2 2009-06-16 16:11:05 +00:00
Felipe Pena
8654130af4 - Fixed build (removed trailing comma) patch by Seiji Masugata <s.masugata at digicom.dnp.co.jp> 2009-06-16 14:29:18 +00:00