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

22045 Commits

Author SHA1 Message Date
Rui Hirokawa 2b44c63d50 Fixed corruption of multibyte character including 0x5c as second
byte in multipart/form-data.
2003-06-28 23:37:18 +00:00
Sterling Hughes aacd3d2f1b what's a php5? 2003-06-28 23:32:04 +00:00
Shane Caraveo 082a1489d2 fix building mysql as a loadable extension 2003-06-28 22:28:44 +00:00
Rob Richards a225934450 fix mem leak in sxe_property_read
fix compiler warning
2003-06-28 21:38:44 +00:00
Georg Richter 192fb9095e changed tests (ysqli_bind_param and mysql_bind_result changes) 2003-06-28 21:30:58 +00:00
Georg Richter f38bd95002 added BYREF_FORCE for bind parameters in msqli_bind_param and mysqli_bind_result
changed function parameters in mysqli_bind_param
  from (object statement, mixed var1, long type1, ...)
  to   (object statement, array tyoes, mixed var1, mixed var2, ...)
2003-06-28 21:27:08 +00:00
Ilia Alshanetsky a6fd611c5e Added array handling to file_put_contents()
More verbose error reporting mechanism.
Test case for file_put_contents().
2003-06-28 20:06:13 +00:00
Martin Jansen e95ee2b313 * Silence warning 2003-06-28 18:14:24 +00:00
Ilia Alshanetsky 9e53c34ad3 Fixed test failure on systems with short_tags (<?) off. 2003-06-28 17:36:46 +00:00
Sascha Schumann 423c16befd MFB snprintf test 2003-06-28 12:29:43 +00:00
Wez Furlong 5ecc91c27d Merge selectable descriptor casting from PHP_4_3 branch. 2003-06-28 11:24:47 +00:00
Wez Furlong 8dfe385215 Merge getaddrinfo() tidy-up from PHP_4_3 branch. 2003-06-28 11:12:48 +00:00
Wez Furlong c0c20ef6f6 Fix for mips compiler 2003-06-28 11:06:11 +00:00
Derick Rethans 12cf3ec385 - Removed duplicate constants 2003-06-28 09:55:12 +00:00
Derick Rethans f2acb42223 - Return number of bytes written instead of just TRUE. (Path by Paul Hudson,
hudzilla@php.net)
2003-06-28 08:21:02 +00:00
Sterling Hughes 3e67c2a63a for now we let xml support build with versions older than 2.5.7, as we want
users to actually test this...
2003-06-28 07:46:03 +00:00
Ilia Alshanetsky 58c25fb24a Added missing handling of dateTime
Fixed compiler warning involving streams
Added a test case for wddx_deserialize()
2003-06-28 06:55:47 +00:00
Sterling Hughes f783d06d65 ilia points out this is ok 2003-06-28 06:32:02 +00:00
Sebastian Bergmann 67400949f2 Remove aggregation tests as well. 2003-06-28 05:51:37 +00:00
Sebastian Bergmann 10ec176f69 Buckle your seatbelt, Dorothy, 'cause Aggregation is going bye-bye. 2003-06-28 05:38:52 +00:00
Sterling Hughes 57ddcca06e there is no domxml :) 2003-06-28 05:22:39 +00:00
Sterling Hughes 5e0bc7c133 bump up to 2.5.7 2003-06-28 05:18:11 +00:00
Sterling Hughes 0ec0a3097c define this here too 2003-06-28 04:30:51 +00:00
Edin Kadribasic 2e9c9427ec Move along, nothing to see. 2003-06-27 22:18:06 +00:00
Sterling Hughes 1135af7340 beta 1 2003-06-27 22:09:12 +00:00
Rob Richards d50554ebae fix the libxml linking warnings 2003-06-27 21:59:53 +00:00
Sascha Schumann a5017f0b4c Serialize headers for systems with low IOV_MAX (e.g. Solaris) 2003-06-27 18:41:11 +00:00
Sebastian Bergmann f8af9c3cee MFB: libpcre 4.X needs POSIX_MALLOC_THRESHOLD to be defined. 2003-06-27 16:43:05 +00:00
foobar 3a7ca909be - HAVE_OPENSSL_EXT is not defined always. 2003-06-27 16:41:41 +00:00
Andrei Zmievski 357f62734a Upgrading PCRE library to version 4.3. 2003-06-27 16:31:24 +00:00
Sara Golemon 2e4ef86e10 MFB
Plug leak in context notifiers, implement notifier->dtor
2003-06-27 16:23:58 +00:00
Edin Kadribasic ecf58cf895 Missing part of SQLite enabling on windows. 2003-06-27 14:34:06 +00:00
Edin Kadribasic 94b7050bc0 Enabled sqlite by default on Windows.
# Also added iconv.lib to the build since it is a dependency of
# the precompiled libxml. This will be removed later.
2003-06-27 14:32:59 +00:00
Edin Kadribasic 7730c1d994 Fix windows build 2003-06-27 14:30:26 +00:00
Edin Kadribasic 19a6d56e51 Prepare for enabling by default on Windows. 2003-06-27 14:14:08 +00:00
Pierre Joye 8aac7b57c0 - Sync, HEAD is now uptodate 2003-06-27 10:59:43 +00:00
Pierre Joye dd2d9c3315 - Sync 2003-06-27 10:46:54 +00:00
Sascha Schumann c6a1a9edad test commit 2003-06-27 10:43:01 +00:00
Sascha Schumann 9979003eeb undefine macros before defining them 2003-06-27 07:43:42 +00:00
Sascha Schumann dc324648fe Try to link the getaddrinfo test, so that one can disable it using
-Dgetaddrinfo=NO_getaddrinfo.
2003-06-27 07:12:54 +00:00
Sara Golemon ac79577776 MFB PHP_4_3 main/streams.c r-1.125.2.70 2003-06-27 04:27:18 +00:00
Sascha Schumann 7c5afebdb8 Don't add -L/usr/lib 2003-06-27 00:37:21 +00:00
Sascha Schumann e715fb00f8 Eliminate need for automake/aclocal 2003-06-27 00:19:43 +00:00
Marcus Boerger 4608ddb5d8 MFB: Function was renamed (don't test an alias) 2003-06-26 21:37:54 +00:00
Marcus Boerger a0ecfc9c31 errmsg must be ref 2003-06-26 21:07:07 +00:00
Marcus Boerger add3674b20 Rename sqlite_fetch_string() to sqlite_fetch_single() + alias 2003-06-26 19:26:26 +00:00
Sascha Schumann d6e84b639c Committing engine select project
This is a noop in an already setup tree.

When necessary, it renames ZendEngine2 to Zend permanently.
This occurs only after a fresh checkout (not after an update!).
2003-06-26 19:19:44 +00:00
Marcus Boerger bbfa7cae25 Fix memleak 2003-06-26 19:07:17 +00:00
Marcus Boerger 8e0516c990 ext/xsl requires ext/dom 2003-06-26 18:51:52 +00:00
foobar 71278c2969 MFB 2003-06-26 18:15:56 +00:00