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

43632 Commits

Author SHA1 Message Date
Nuno Lopes d3ec4e3630 MFB: export pcre API when using gcc 4 2008-12-10 10:16:20 +00:00
Pierre Joye 5d75d3545d - mfb: c/p error 2008-12-10 09:51:30 +00:00
89ba681ba3 ChangeLog update 2008-12-10 01:33:21 +00:00
Arnaud Le Blanc 8fcb0ad2a1 fixed test 2008-12-09 22:53:25 +00:00
Johannes Schlüter 35de188ad3 Fix #46813 (class_exists doesn`t work with fully qualified namespace) 2008-12-09 19:16:22 +00:00
Pierre Joye 06e3ca762b - fix EOL (which makes on bison 1.7 cry), nb: pls use unix EOL on mac 2008-12-09 18:57:08 +00:00
Ilia Alshanetsky a16fb6e4b2 Comment out fprintf() use inside the library 2008-12-09 17:20:57 +00:00
Ilia Alshanetsky 153310949f MFB: Fixed missing initialization of uses when copying a curl handle 2008-12-09 17:17:49 +00:00
Jani Taskinen d91b923c7d - Better descriptions for these tests 2008-12-09 16:05:33 +00:00
Jani Taskinen 0b5a2208b6 - Fix tests (apparently whoever wrote this crap never tested these properly) 2008-12-09 15:44:09 +00:00
Jani Taskinen d5f137073f - Use version id instead of defined() since latter does not work with magic constants 2008-12-09 15:20:58 +00:00
Jani Taskinen 14ee304dae - fix tests 2008-12-09 15:18:04 +00:00
Antony Dovgal 475b6bd043 fix test 2008-12-09 14:49:12 +00:00
Pierre Joye 086c314171 - silent conversion warnings as it is not going to be "fixed" any time soon, removing false positive alerts. noise--; 2008-12-09 14:28:35 +00:00
Zoe Slattery 81337fa3a2 fix resource id 2008-12-09 13:43:00 +00:00
Hannes Magnusson 2f593a8866 ini_set() should return false on failure, not return the orginal value
and pretend everything is fine.
2008-12-09 13:02:27 +00:00
Hannes Magnusson 0ff6d5f45b MFB5.3: Fix test 2008-12-09 12:56:39 +00:00
Jani Taskinen 001a66ac7c - cat, tail, lift :) 2008-12-09 10:53:29 +00:00
Hannes Magnusson 105e091a7b Merged to 5.3 2008-12-09 10:21:53 +00:00
Hannes Magnusson 70bb87687d MFB: Add test for runtime tightening of open_basedir 2008-12-09 10:21:27 +00:00
Hannes Magnusson 6eb36e683f Fixed bug#46811 ini_set() doesn't return false on failure 2008-12-09 10:08:15 +00:00
Hannes Magnusson d7d4c89583 Merged to 5_3 2008-12-09 09:04:00 +00:00
Hannes Magnusson f0be7d30b4 - Remove items that already done in earlier branches
- It doesnt hurt to say what new functions do
2008-12-09 08:22:08 +00:00
2b334a19a5 ChangeLog update 2008-12-09 01:32:45 +00:00
Pierre Joye b2677b4838 - buildconf accepts arguments (pecl dir for ex.)
- copy configure.bat
2008-12-08 22:41:54 +00:00
Pierre Joye b010e3875b - add configure script helper 2008-12-08 22:38:50 +00:00
Zoe Slattery 30286f90b3 tests for imap_fetch_overview 2008-12-08 19:10:45 +00:00
Jani Taskinen 8f245aaf94 - Sync with all branches (same run-tests.php everywhere 2008-12-08 12:36:38 +00:00
Scott MacVicar 88d83aed01 Fix bug #46748, segfault when SSL has more than one error message. 2008-12-08 11:53:30 +00:00
Sanjay Mantoor 911adb13bb New testcases for idate function 2008-12-08 10:41:47 +00:00
Stanislav Malyshev db4f96f255 improve windows version detection 2008-12-08 07:33:41 +00:00
41919919e7 ChangeLog update 2008-12-08 01:33:00 +00:00
Marcus Boerger d74dea5b88 - Only show switch -y if available 2008-12-08 00:15:51 +00:00
Marcus Boerger 97cb6dd677 - When installing phar, make phar a link to phar.phar 2008-12-08 00:00:16 +00:00
Matt Wilmas 3cfd3fe58d Fixed bug #46782 (fastcgi.c parse error) 2008-12-07 10:54:16 +00:00
b3a553f526 ChangeLog update 2008-12-07 01:33:28 +00:00
Marcus Boerger 215167f7e9 - Remove more dead code 2008-12-06 15:24:33 +00:00
Marcus Boerger d106e3a33e - Drop dead code 2008-12-06 15:14:46 +00:00
Zoe Slattery b9eb13ad8a More changes to allow the same tests to be used with PHP5 and PHP6 2008-12-06 11:59:36 +00:00
e21c6d9540 ChangeLog update 2008-12-06 01:33:24 +00:00
Robin Fernandes 5e33549e0d Add some class related tests, fix hard-coded object ID in serialize_001.phpt. 2008-12-05 22:12:04 +00:00
Rob Richards 97a63ab6b4 fix arginfo - these also accept SimpleXMLElement 2008-12-05 18:34:54 +00:00
Zoe Slattery 77c8e8ea2d FTP test from Nathaniel McHugh 2008-12-05 16:27:41 +00:00
Ant Phillips 4021b612bf Remove duff comment produced by the test generator tool 2008-12-05 14:18:00 +00:00
Ant Phillips 8c0a7983db Array tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-12-05 14:11:03 +00:00
Ant Phillips 0811347c26 MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-12-05 14:02:53 +00:00
Ant Phillips ad29efe368 MBString tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-12-05 13:13:15 +00:00
Zoe Slattery 90a4376f4d bug #46731 modification to previous fix 2008-12-05 11:57:24 +00:00
Mikko Koppanen 09ff537b36 Added test for bug #46739 2008-12-05 11:21:15 +00:00
Zoe Slattery 2ba01be7ce Update to use norsh flag 2008-12-05 10:59:08 +00:00