Commit Graph

44490 Commits

Author SHA1 Message Date
Sean Coates
4624a5b9ae improve error message when missing c-client (just bit me on Ubuntu 8.10) 2009-04-04 16:58:39 +00:00
Sebastian Bergmann
607c0fb223 Fix issue reported by Roman Borschel. 2009-04-04 14:35:28 +00:00
Pierre Joye
efa81a0030 - nuke unused var 2009-04-04 11:37:23 +00:00
15d76e9340 ChangeLog update 2009-04-04 01:32:39 +00:00
Dmitry Stogov
31fd155b4c Improved GC speed and reduced stack usage 2009-04-03 18:52:36 +00:00
Felipe Pena
58f196ba28 - Changed namespace separator 2009-04-03 14:36:50 +00:00
6b926eb685 ChangeLog update 2009-04-03 01:33:59 +00:00
Matteo Beccati
7634a5a9b4 - Fixed bug #44173 (PDO->query() parameter parsing/checking needs an
update)
# The changeset is longer than really needed because pdo_stmt.c was
# refactored to remove the "goto"
2009-04-02 16:40:33 +00:00
Felipe Pena
f50dc47814 - Fixed bug #47818 (Segfault due to bound callback param) 2009-04-02 15:52:26 +00:00
Dmitry Stogov
f970a1e5c3 Fixed bug #47851 (is_callable throws fatal error) 2009-04-02 09:56:53 +00:00
Matt Wilmas
9880e99dde Fixed tests, reverted changes from bug #47546 2009-04-02 09:42:12 +00:00
Scott MacVicar
e009672cd2 MFB Rebuild credits, was missed in previous RC 2009-04-02 09:24:16 +00:00
Kalle Sommer Nielsen
11d630b9e9 We dont need to escape % here, it just generates a compiler warning 2009-04-02 05:16:55 +00:00
958a0bf034 ChangeLog update 2009-04-02 01:35:58 +00:00
Matt Wilmas
5557b49982 explode() stuff:
- Fixed bug #47560 (explode()'s limit parameter odd behaviour) by reverting change for bug #47546
- Changed int to long where needed (should fix memory errors from overflow seen in bug #47854)
- Simplified logic a bit with limit and its default value
- php_explode_negative_limit(): removed safe_emalloc (not needed; plain erealloc is used later)
 - Moved declarations/allocation to optimize if the delimiter isn't found
 - Changed ALLOC_STEP size for less realloc's (and maybe better memory block alignment?)
2009-04-01 17:04:17 +00:00
Felipe Pena
925fd93440 - Fixed bug #47852 (Compilation failure in zend_alloc.c) (Matteo) 2009-04-01 16:55:11 +00:00
Pierre Joye
4b5d4e8c8c - 8.3.x supports pqprepare 2009-04-01 16:16:20 +00:00
Pierre Joye
1dc4ff564d - MFB: fix build when pqprepare does not exist 2009-04-01 16:14:50 +00:00
Takeshi Abe
a6ef4675fb replaced static gdPngJmpbufStruct, which is afraid of being shared with
several threads, by a couple of auto variables.
2009-04-01 16:05:17 +00:00
Alexey Zakhlestin
7b22d40c61 reverted previous patch, using explicit cast instead 2009-04-01 14:34:21 +00:00
Alexey Zakhlestin
bcfc638490 const pointer was used in non-const context 2009-04-01 11:31:54 +00:00
Kalle Sommer Nielsen
fa7559e4fa Fixed Windows build 2009-04-01 09:38:41 +00:00
Kalle Sommer Nielsen
3a21bcabfa Fixed a few warnings from copy():
* If $item is empty then skip to next entry, this fixes the "The first argument cannot be a directory" warnings
* If file does not exist then dont try to copy it
2009-04-01 09:20:35 +00:00
9374bb000f ChangeLog update 2009-04-01 01:32:41 +00:00
Pierre Joye
3e983c6b94 - MFB: silent warning 2009-03-31 18:08:12 +00:00
Pierre Joye
8169cc498b - remove last test for MAX_INT, did not work on x64 and this case is covered by bug47745.phpt 2009-03-31 18:00:33 +00:00
Hannes Magnusson
ba2182a44c Fix errormessage check
# Is correct in 5.
2009-03-31 16:25:58 +00:00
Scott MacVicar
b57c3201e0 Update libsqlite to 3.6.12 2009-03-31 14:15:04 +00:00
Matt Wilmas
029b61b05e - Removed unused LONG_SIGN_MASK definition, and a stray \
- Changed sign flag to int (it's no longer being used in a calculation)
2009-03-31 11:20:31 +00:00
Dmitry Stogov
7dbbd25a14 Fixed bug #47745 (FILTER_VALIDATE_INT doesn't allow minimum integer) 2009-03-31 10:02:51 +00:00
b21948863c ChangeLog update 2009-03-31 01:32:39 +00:00
Scott MacVicar
02bf9e7c2f I wish people would test their changes before comitting, especially since the test is *IDENTICAL* as before just with different formatting. 2009-03-30 22:17:02 +00:00
Felipe Pena
cf5e94b010 - Sync with 5.3 2009-03-30 19:43:47 +00:00
Pierre Joye
714b0cdef9 - MFB: better test case, it crashes on more architecture 2009-03-30 18:06:22 +00:00
Kalle Sommer Nielsen
41c359f593 * Bypass the date/timezone warning by forcing UTC when running mkdist.php
* Don't run the copy list for PECL if theres no PECL extensions to copy (fixes a few copy() warnings)
2009-03-30 14:32:20 +00:00
Kalle Sommer Nielsen
878080d295 Fix compiler warning 2009-03-30 14:24:01 +00:00
Kalle Sommer Nielsen
f7373da190 Fixed Windows build, declarations first ladies and gentlemen 2009-03-30 14:21:03 +00:00
Johannes Schlüter
53034b18cb - Fix #47819 (Getting pdo_mysql.so: undefined symbol: mysqlnd_debug_init at
startup)
2009-03-30 13:53:35 +00:00
andy wharmby
369c5701e2 Fix date tests which started failing after change to BST 2009-03-30 12:35:29 +00:00
Scott MacVicar
c0f87cf4d7 Add test for bug #47828 2009-03-30 09:17:47 +00:00
f8e2eb3f00 ChangeLog update 2009-03-30 01:32:46 +00:00
Scott MacVicar
1168bff791 Fix test, -2147483648 is a valid unsigned int where -2147483649 isn't. 2009-03-30 00:41:01 +00:00
Scott MacVicar
bf22f79452 Fix bug #47828 - Converting to UTF-8 can sometimes fail, check error codes and avoid segfault. 2009-03-29 23:32:17 +00:00
Scott MacVicar
743efae83a Fix bug #47826 - Building with system sqlite3 can miss a symbol. 2009-03-29 21:33:58 +00:00
Stig Venaas
64c6587bd9 added OpenLDAP TLS options to ldap_get_option/ldap_set_option 2009-03-29 18:44:45 +00:00
Matteo Beccati
35386a9d2b - Fixed pcntl test for platforms not accepting a very large timeout in sigtimedwait()
# It isn't really necessary for the child to wait for PHP_INT_MAX seconds
2009-03-29 16:42:49 +00:00
Pierre Joye
05f342c805 - check in the libpng dir as well 2009-03-29 14:01:15 +00:00
0e72c2ee8f ChangeLog update 2009-03-29 01:33:58 +00:00
Matteo Beccati
6bf4c00142 - Fixed bug #47816 (pcntl tests failing on NetBSD)
# Tests will still fail until a few kernel bugs are fixed
2009-03-28 03:17:31 +00:00
Matteo Beccati
98bafbbd67 - Reverting: pcntl_signal() returning NULL when passing wrong parameters
# Wow, my first commit and I broke something, sorry about that :(
2009-03-28 03:11:39 +00:00