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

38634 Commits

Author SHA1 Message Date
Ulf Wendel 9ac87ac9dd Should be whitespace/coding standards changes only. 2007-07-11 12:28:46 +00:00
Ulf Wendel 1aa8031a0f Mostly whitespace (replacing spaces with tab). Additional, weak test for
"host:port:socket" syntax, just to make sure we cover the underlying
C code.
2007-07-11 12:26:21 +00:00
Dmitry Stogov 35cdce9e02 Unicode support
improved openssl_x509_parse() extensions support
2007-07-11 12:10:28 +00:00
Ulf Wendel 4c1181a08a Whitespace: replacing spaces with tab to follow coding conventions.
One tiny change in mysql_close.phpt: don't overrule connection parameter
in any of the tests. Alway take connection parameter, including the database
name ($db), from connect.inc.
2007-07-11 11:57:45 +00:00
Jani Taskinen 518d6ff11b - Nuke extra AC_MSG_CHECKING 2007-07-11 11:55:46 +00:00
Antony Dovgal dd8af0654a fix folding, CS and WS 2007-07-11 11:19:58 +00:00
Ulf Wendel 5a888bc9bd Trying to fix broken tests. The last set of files committed a few weeks ago
broke almost all tests. I'll try to merge the CVS with a working set of
tests from the mysqlnd development repository. With this first set of
changes most tests should run (and pass) again.

Note the additional environment variables in connect.inc that you can
use to control a test run.

More changes to come.
2007-07-11 11:12:10 +00:00
Jani Taskinen d7401d3649 - Improved PHP_SETUP_ICU 2007-07-11 10:35:47 +00:00
Jani Taskinen 82dc2c505f - Cleanup, nuked some unnecessary macros. 2007-07-11 10:27:16 +00:00
Jani Taskinen 8e399854e6 - No return value for void function 2007-07-11 10:23:47 +00:00
Jani Taskinen dbd8b2946f - Changed AC_ARG_ENABLE to PHP_ARG_ENABLE 2007-07-11 08:47:31 +00:00
Dmitry Stogov fb5fa1877f unicode support 2007-07-11 08:27:33 +00:00
Dmitry Stogov 27737a9c45 Fixed memory leak 2007-07-11 07:35:53 +00:00
Dmitry Stogov f54b1377a2 Fixed crash on non-string passphrase and unicode support 2007-07-11 07:27:20 +00:00
Dmitry Stogov 35579e463f removed seccond --UEXPECT-- 2007-07-11 06:36:24 +00:00
eb6b9d9b83 ChangeLog update 2007-07-11 01:31:29 +00:00
Stanislav Malyshev 2afcf33fef Escape mail.force_extra_parameters value 2007-07-10 20:23:26 +00:00
Sascha Schumann ad31680f34 - fix concurrent reader/writer use case
(we read, while the other process writes -> if we don't try
   read we won't notice that the file has been growing.)
2007-07-10 20:13:29 +00:00
Stanislav Malyshev 9993892a18 check if write is allowed before writing to error log 2007-07-10 18:42:01 +00:00
Stanislav Malyshev 5d0a261394 always check save_path (issue reported by Maksymilian Arciemowicz) 2007-07-10 17:52:32 +00:00
Dmitry Stogov 5e4fde527b Fixed fgets() and fgetss() with limits 2007-07-10 17:02:43 +00:00
Zoe Slattery a8b455aa5b Tests for reflectionClass 2007-07-10 16:21:26 +00:00
Dmitry Stogov e51458cd76 Fixed test 2007-07-10 15:19:13 +00:00
Dmitry Stogov ac60cdd0ba MFB htmlentities() / htmlspecialchars() "don't double encode" flag support 2007-07-10 15:12:15 +00:00
Antony Dovgal 4adec955f9 fix folding and ws 2007-07-10 15:06:58 +00:00
Antony Dovgal d547768308 fix folding and ws 2007-07-10 14:42:43 +00:00
Dmitry Stogov 644c0c6a51 Fixed limit warnings in non-unicode mode 2007-07-10 14:16:40 +00:00
Dmitry Stogov 1f8c608320 Fixed symlink("", "somthing") and link("", "somthing") in ZTS mode 2007-07-10 13:21:31 +00:00
Rob Richards 8c18516f5a MFB: fix bug #41947 (SimpleXML incorrectly registers empty strings as namespaces
add test
2007-07-10 12:26:37 +00:00
Antony Dovgal 2d42310d66 use safe_emalloc() 2007-07-10 11:07:56 +00:00
Dmitry Stogov b6f62bd0d4 Skip unicode tests in non-unicode mode 2007-07-10 10:21:08 +00:00
Jani Taskinen 490d288326 - Removed --enable-versioning 2007-07-10 10:18:26 +00:00
Dmitry Stogov 3c347a6bd9 Fixed test 2007-07-10 10:16:14 +00:00
Dmitry Stogov 1604924312 Fixed compilation warnings 2007-07-10 09:57:23 +00:00
Dmitry Stogov 4a49ce8b8f Fixed preg_replace_callback() with callback defined by array 2007-07-10 09:11:35 +00:00
Dmitry Stogov a84dbc7cb6 Fixed bug #41353 2007-07-10 07:57:15 +00:00
Dmitry Stogov e4355a6377 Fixed test 2007-07-10 07:51:23 +00:00
Dmitry Stogov be7c087da5 Fixed test 2007-07-10 07:29:06 +00:00
Raghubansh Kumar 056130b3dd fix and new test for sunos 2007-07-10 07:26:31 +00:00
a0edcc1b3d ChangeLog update 2007-07-10 01:31:22 +00:00
Antony Dovgal 91e066b522 fix build on b0rked OSes (see #41920) 2007-07-09 18:10:17 +00:00
Raghubansh Kumar 2de2f8facd These testcases are now split into smaller testcases, hence being deleted 2007-07-09 17:52:42 +00:00
Raghubansh Kumar 7757829df0 Fix and smaller testcases for mkdir_rmdir_variation.phpt, readlink_realpath_basic.phpt, readlink_realpath_error.phpt & readlink_realpath_variation.phpt 2007-07-09 17:40:16 +00:00
Dmitry Stogov da28d1e673 wrong comments 2007-07-09 16:42:45 +00:00
Dmitry Stogov c7b6c29857 Fixed custom unserialixe() in unicode mode 2007-07-09 15:58:52 +00:00
Dmitry Stogov 18f8b258b9 Fixed test 2007-07-09 15:27:58 +00:00
Dmitry Stogov d71bcb658c Proper fix for MOPB-29 2007-07-09 14:33:37 +00:00
Dmitry Stogov 53ad22aec3 wrong condition 2007-07-09 14:32:59 +00:00
Dmitry Stogov e99224ca66 Fixed deserialization of escaped strings 2007-07-09 13:43:50 +00:00
Jani Taskinen 708320ce6e - Use the defined values instead of plain integers here 2007-07-09 13:41:45 +00:00