1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00
Commit Graph

31912 Commits

Author SHA1 Message Date
Marcus Boerger eedd7b36d2 - Add new example 2005-10-02 17:32:36 +00:00
Derick Rethans da5e9633d0 - MF51: timelib_config.h should stay too. 2005-10-02 16:31:03 +00:00
Derick Rethans f763cd1e7f - MF51: removed parse_date.c from .cvsignore file. 2005-10-02 16:01:42 +00:00
b4cdb85693 ChangeLog update 2005-10-02 05:37:49 +00:00
Andrei Zmievski 1454bdfea4 *** empty log message *** 2005-10-02 03:10:33 +00:00
Marcus Boerger bfaf987363 - MFB spl/simplexml integration (when sxe is shared) 2005-10-01 15:55:27 +00:00
Derick Rethans 2eaf85c481 - MF51: Implemented better timezone guessing algorithm. 2005-10-01 15:07:20 +00:00
7db47e291b ChangeLog update 2005-10-01 05:42:39 +00:00
Pierre Joye 00953d1a15 - MFB: #33125, alpha emulation broken 2005-09-30 20:58:41 +00:00
Rolland Santimano 2dc1c72917 - substr_replace(): call correct funcn for string conversion 2005-09-30 13:19:15 +00:00
Rolland Santimano 8ec9f097b6 - Unicode impl of levenshtein() 2005-09-30 06:20:47 +00:00
65c78bef64 ChangeLog update 2005-09-30 05:38:16 +00:00
Ilia Alshanetsky a36e2bd05a Fixed possible crash and/or memory corruption in import_request_variables()
Fixed potential GLOBALS overwrite via import_request_variables().
2005-09-29 16:30:15 +00:00
Rolland Santimano c893c70275 - Unicode impl of strtok() 2005-09-29 11:05:30 +00:00
Dmitry Stogov 4dd3b9436a Fixed wrong array autodetection 2005-09-29 10:00:59 +00:00
Rolland Santimano 6f06e93237 - Updated addslashes(): add codepoints directly rather than with zend_codepoint_to_uchar() 2005-09-29 09:33:38 +00:00
581f6068bd ChangeLog update 2005-09-29 05:41:36 +00:00
Rob Richards b4f80a9416 add dsp file 2005-09-29 01:05:17 +00:00
Edin Kadribasic 0ea9eb4313 Update php4 build file, compile against istantclient 2005-09-28 22:31:45 +00:00
Ilia Alshanetsky 146517684d Fixed possible GLOBALS variable override when register_globals are ON.
Fixed possible register_globals toggle via parse_str().
2005-09-28 22:31:29 +00:00
Rolland Santimano c775c4cf83 - Updated substr_replace() to use:
- zend_get_unified_string_type()/convert_to_explicit_type() for type conversion
  - u_countChar32() for counting codepoints
2005-09-28 14:58:31 +00:00
Rolland Santimano a8a918db85 {add,strip}slashes() 2005-09-28 12:25:34 +00:00
Dmitry Stogov eb48c25451 Fixed bug #34453 (parsing http://www.w3.org/2001/xml.xsd exception) 2005-09-28 11:23:32 +00:00
Rolland Santimano 227791e5af - Unicode impl of {add,strip}slashes() 2005-09-28 09:22:08 +00:00
Derick Rethans 01520328e6 - Implemented input_filters_list() function to return all supported filters. 2005-09-28 09:10:45 +00:00
Marcus Boerger b2633c34d5 - Add missing .cvsignore 2005-09-28 07:10:38 +00:00
21ac01fae2 ChangeLog update 2005-09-28 07:05:48 +00:00
9997f8e9f8 ChangeLog update 2005-09-28 06:31:02 +00:00
Andrei Zmievski a3946eb636 strrev() walkthrough 2005-09-27 19:56:39 +00:00
Dmitry Stogov a7c91fec3a Fixed bug #34617 (zend_deactivate: objects_store used after zend_objects_store_destroy is called) 2005-09-27 18:08:26 +00:00
Andrei Zmievski 34308558ac Unicode fixes. 2005-09-27 17:50:00 +00:00
Dmitry Stogov b94dc286e7 Fixed bug #34643 (wsdl default value has no effect) 2005-09-27 15:24:47 +00:00
Ilia Alshanetsky 6d2e7a84ca Fixed bug #32937 (open_basedir looses trailing / in the limiter).
Patch by Adam Conrad
2005-09-27 15:07:38 +00:00
Dmitry Stogov 9323d00a65 MFH 2005-09-27 08:50:23 +00:00
Marcus Boerger 3568f4839b - Need to rename in expectations, too 2005-09-27 08:46:53 +00:00
Marcus Boerger 04f21fab77 - Rename test to be consistent 2005-09-27 08:41:23 +00:00
Marcus Boerger cb969bf938 - Add new tests 2005-09-27 08:37:37 +00:00
Marcus Boerger c3f9de41ab - BFN 2005-09-27 08:25:34 +00:00
Dmitry Stogov f94344d7fd Changed __toString() behavior to call it in all necessary places 2005-09-27 07:59:18 +00:00
9964afb00f ChangeLog update 2005-09-27 05:33:02 +00:00
Ilia Alshanetsky 200d5924cf Allow substr_compare() to take a negative offset to facilitate start of the
comparison from the end of string.
2005-09-26 23:08:10 +00:00
Ilia Alshanetsky 6495d65c5c Touch generated file 2005-09-26 19:32:17 +00:00
Ilia Alshanetsky 94d1e56360 Update bundled libsqlite3 to version 3.2.7 2005-09-26 19:31:41 +00:00
Derick Rethans 74c7eb7723 - Implemented callback filter. 2005-09-26 18:38:49 +00:00
Marcus Boerger 179ab26968 - Reset global pointer to NULL after mem free (required for apache 1.3) 2005-09-26 17:54:57 +00:00
Antony Dovgal dce4c522af the last 64bit fix 2005-09-26 16:48:24 +00:00
Derick Rethans c319c60125 - Implement validate_ip filter for IPv4. 2005-09-26 13:45:38 +00:00
Dmitry Stogov 1b1b864941 Unicode support 2005-09-26 07:23:49 +00:00
Derick Rethans 12945df662 - Implemented validate_url filter. 2005-09-26 06:57:05 +00:00
3c4a9c9f43 ChangeLog update 2005-09-26 05:32:43 +00:00