1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 15:38:49 +02:00
Commit Graph

20281 Commits

Author SHA1 Message Date
Marcus Boerger 587009adcd - Need to install headers 2007-03-25 12:53:31 +00:00
foobar 825ed60f90 - Fixed test to skip when mysqld is not running 2007-03-25 01:15:41 +00:00
Marcus Boerger 714e95d2e8 - Drop double variable declaration 2007-03-24 16:28:45 +00:00
Stanislav Malyshev 638a8c9e07 MFB: fix MOPB-29 - unserialize modifier S does not calculate length correctly 2007-03-23 20:34:11 +00:00
Douglas Goldstein 9f9604f2b1 Replaced all instances of ldap_get_values() with ldap_get_values_len(), which returns back the length of the data so on non-NULL terminated data we don't crash in a strlen(). Removed the PHP function ldap_get_values() since it's the same thing as ldap_get_values_len() now and made it alias ldap_get_values_len(). This should fix some random PHP<->LDAP crashes 2007-03-23 15:07:38 +00:00
Antony Dovgal fab8c8549d fix typo and bug #40898 2007-03-23 08:21:08 +00:00
Greg Beaver 5506943c53 update for 1.0.0 release 2007-03-22 17:12:10 +00:00
Greg Beaver 18cb2d59d4 rename begin/isFlushingToPhar/commit to startBuffering/isBuffering/stopBuffering 2007-03-22 16:31:46 +00:00
Greg Beaver e53980587f minor typo s/whetehr/whether/ 2007-03-21 17:14:46 +00:00
Marcus Boerger a4ee3cbff7 - Fix Bug #40872 (inconsistency in offsetSet, offsetExists treatment of string enclosed integers) 2007-03-20 20:21:39 +00:00
Marcus Boerger cd7a656a9b - Optional dependency for SPL must be specified in header 2007-03-20 20:00:07 +00:00
Dmitry Stogov 1860541d6b Added ability to encode arrays with "SOAP-ENC:Array" type instead of WSDL type. To activate the ability use "feature"=>SOAP_USE_XSI_ARRAY_TYPE option in SoapClient/SoapServer constructors. 2007-03-20 09:52:33 +00:00
Dmitry Stogov 7e34938f93 Fixed bug #36226 (Inconsistent handling when passing nillable arrays) 2007-03-20 07:51:47 +00:00
Antony Dovgal 03a3291262 MFB 2007-03-19 08:24:17 +00:00
Antony Dovgal df2c656630 new test 2007-03-19 08:09:55 +00:00
Rob Richards 339785c431 fix bug #40836 (Segfault in ext/dom)
add test
2007-03-18 21:29:20 +00:00
Wez Furlong edf3fe4731 MFB, #40848 2007-03-18 20:23:51 +00:00
Johannes Schlüter a9d356663b - Fix string compare in unicode mode 2007-03-17 23:38:41 +00:00
Antony Dovgal 53cf140b9a fix #40794 (ReflectionObject::getValues() may crash when used with dynamic properties) 2007-03-17 22:59:22 +00:00
Zoe Slattery cc3795cd6f Fixing %i - > %d, previously changed in error 2007-03-16 23:18:01 +00:00
Stanislav Malyshev 023531f76c Fix UMR in array_user_key_compare() (MOPB24 by Stefan Esser) 2007-03-16 20:16:05 +00:00
Zoe Slattery 6503645079 Changed %d to %i in EXPECTF 2007-03-16 13:35:47 +00:00
Zoe Slattery 7f5832323c new test cases for string functions 2007-03-16 12:55:38 +00:00
Antony Dovgal c281fca18c MFB: fix #40805 (Failure executing function ibase_execute()) 2007-03-16 09:30:18 +00:00
Sebastian Bergmann 17abc7b283 MFB: Fugbix typo. 2007-03-16 06:42:01 +00:00
Antony Dovgal 61d2a8383d don't emit any warnings in addition to an exception 2007-03-14 23:47:19 +00:00
Antony Dovgal fe2dbd92bc fix #40750 (openssl stream wrapper ignores default_stream_timeout) 2007-03-14 19:21:23 +00:00
Pierre Joye 20a7f2b3f4 - MFB: Fixed a possible memory leak on open_basedir validation (Ilia) 2007-03-14 16:34:56 +00:00
Pierre Joye 4a13ef4b17 - add openbase_dir checks in ::open and addFile() 2007-03-14 12:02:40 +00:00
Timm Friebe d70b79a153 - MFB: Changed expected output
# select getdate() returns something like "Mar 14 2007 12:44PM", we
# were checking for one additional (nonexistant) whitespace after "Mar"
# which was wrong. Don`t know when and how this changed
2007-03-14 12:01:21 +00:00
Timm Friebe 76fde43db0 - Changed expected output
# Due to var_export() & __set_state() changes
2007-03-14 12:00:35 +00:00
Timm Friebe dd08baa08b - MFB: Changed message handler also to handle message #11021
- Adjusted expected output
# Seems newer Sybase versions yielf different error codes for getdate(NULL)
2007-03-14 12:00:08 +00:00
Pierre Joye c5b9818e1e - MFB: free rsrc on error in zip_read (old API) 2007-03-14 11:37:35 +00:00
Pierre Joye 14c13cf53b - MFB: free buffer when zip_entry_read returns an empty entry 2007-03-14 11:25:20 +00:00
Pierre Joye 133c226f56 - MFB:
- rename SAFEMODE_CHECKFILE to OPENBASEDIR_CHECKPATH (can be used without
   confusing in head without confusion)
 - Add safemode and open basedir checks in zip:// wrapper (revert Ilia's
   patch). Bug found by Stefan Esser in his MOPB-20-2007
2007-03-14 11:22:13 +00:00
Martin Kraemer e46b1b3747 Typo 2007-03-14 09:49:58 +00:00
Stanislav Malyshev f1c12a32d0 MFB: fix odbc resource handling, patch by Dave Lawson 2007-03-13 00:12:08 +00:00
Antony Dovgal cdce6779ca fix folding and add missing footer 2007-03-12 20:55:07 +00:00
Antony Dovgal 0b9cab8966 one more fix 2007-03-11 12:56:38 +00:00
Antony Dovgal f763bd82ba fix sybase tests 2007-03-11 12:54:48 +00:00
Pierre Joye 37ad5f77df - CVE-2007-1001, integer overflow with invalid wbmp images 2007-03-10 12:16:19 +00:00
Pierre Joye 01c8b39ab8 - MFB: #40764, line thickness not respected for horizontal and vertical
lines
2007-03-10 01:23:42 +00:00
Stanislav Malyshev b9fd0c848a add testcase 2007-03-09 18:37:32 +00:00
Rasmus Lerdorf bdd22775fe MFB Off by ! in file:/// control char check 2007-03-09 01:22:47 +00:00
Stanislav Malyshev 031991d7a7 MFB: fix crash/leak in bug #38710 2007-03-08 22:57:02 +00:00
Nuno Lopes 78f33b160a MFB: fix thread unsafety in the gif reader code (merge from libgd cvs) 2007-03-08 20:26:48 +00:00
Antony Dovgal ebb2fc5b1b fix #40752 (parse_ini_file() segfaults when a scalar setting is redeclared as an array) 2007-03-08 00:43:06 +00:00
Zoe Slattery 16507b73cd New test case for array_slice 2007-03-07 13:22:26 +00:00
Antony Dovgal 94723e9457 fix #40727 (segfault in PDO when failed to bind parameters) 2007-03-07 09:02:18 +00:00
Derick Rethans d184a4f9c3 - MF52: Updated timezone database to version 2007.3. 2007-03-06 21:29:33 +00:00