summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Forgotten patch for trunkDmitry Stogov2009-12-081-0/+1
| | | | | - Fixed stdin filename in error messages
* FIFOJani Taskinen2009-12-081-1/+1
|
* - Added MAKE_COPY_ZVAL(ppzv, pzv) macroFelipe Pena2009-12-0815-111/+42
|
* ouch, that ZTSStanislav Malyshev2009-12-081-2/+2
|
* win32 should have different testStanislav Malyshev2009-12-082-0/+44
|
* - Fixed ZTS buildFelipe Pena2009-12-082-6/+6
|
* add "no params" checkStanislav Malyshev2009-12-081-0/+7
|
* add realpath cache inspect functionsStanislav Malyshev2009-12-087-0/+92
|
* - Take account of surrogate pairs.Moriyoshi Koizumi2009-12-072-1/+11
|
* Added FILTER_FLAG_STRIP_BACKTICK option to the filter extension.Ilia Alshanetsky2009-12-074-0/+4
|
* Fixed bug #49866 (Making reference on string offsets crashes PHP)Dmitry Stogov2009-12-074-11/+22
|
* Fixed bug #50351 (performance regression handling objects, ten times slower ↵Dmitry Stogov2009-12-073-7/+5
| | | | in 5.3 than in 5.2. foreach statement should not initiate GC)
* - Fix NEWSJani Taskinen2009-12-071-2/+2
|
* Fixed bug #50323 (Allow use of ; in values via ;; in PDO DSN even in the ↵Pierrick Charron2009-12-063-5/+99
| | | | middle of a string).
* Fixed bug #50323 (Allow use of ; in values via ;; in PDO DSN).Ilia Alshanetsky2009-12-062-1/+2
|
* - Fixed bug #50162 (Memory leak when fetching timestamp column from Oracle ↵Felipe Pena2009-12-062-15/+10
| | | | | | | database) - Fixed bug #34852 (Failure in odbc_exec() using oracle-supplied odbc driver) (patch by tim dot tassonis at trivadis dot com)
* BFNSriram Natarajan2009-12-061-0/+2
|
* - Fixed testsFelipe Pena2009-12-043-3/+3
|
* Fixed compilationDmitry Stogov2009-12-041-1/+1
|
* protect http_session_vars from interrupt corruptionStanislav Malyshev2009-12-041-4/+10
| | | | | improve save_path check
* bfnJani Taskinen2009-12-031-0/+1
|
* fix bug #47848 (importNode doesn't preserve attribute namespaces)Rob Richards2009-12-032-1/+37
| | | | add tests
* Fixed bug #45120 (PDOStatement->execute() returns true then false for same ↵Pierrick Charron2009-12-033-2/+3
| | | | statement).
* - Fixed bug #49472 (Constants defined in Interfaces can be overridden)Felipe Pena2009-12-035-6/+48
|
* MFT: VC10 build supportKalle Sommer Nielsen2009-12-036-10/+33
|
* I svn-commit.2.tmp (Modified) ↵Andrey Hristov2009-12-031-3/+1
| | | | | | | | Row 2 Col 28 11:45 Ctrl-K H for help fix compilation on windows and with other compilers who don't like void* arithmetic
* - disable this debug code until it is actually fixedPierre Joye2009-12-031-0/+2
|
* fix segfault introduced by Pierre in a recent commitAndrey Hristov2009-12-031-1/+1
| | | | | | | | old code was doing something like conn + sizeof(MYSQLND) * MYSQLND + plugin * sizeof(void) * sizeof(MYSQLND) because `conn` is not casted to void*. `conn` has to be casted to void * and then the whole experession will be void * and the calculations will work.
* the orderJani Taskinen2009-12-031-2/+2
|
* BFNIlia Alshanetsky2009-12-031-0/+2
|
* One change in trying to update Autoconf was missed. This makes phpize work ↵Gwynne Raskind2009-12-021-1/+1
| | | | again.
* - Fix orderJani Taskinen2009-12-021-4/+3
|
* and the newsAndrey Hristov2009-12-021-0/+1
|
* fix macro so that 5-byte BIT values are decoded correctlyAndrey Hristov2009-12-021-4/+4
|
* - Fixed bug #50345 (nanosleep not detected properly on some solaris versions)Jani Taskinen2009-12-022-3/+5
|
* - Sync filesJani Taskinen2009-12-021-4/+7
|
* Fix broken build.Rasmus Lerdorf2009-12-011-0/+2
| | | | | This constant is not in older versions of MySQL.
* - Fixed bug #49660 (libxml 2.7.3+ limits text nodes to 10MB). (Felipe)Felipe Pena2009-12-013-0/+10
| | | | | | | | - Added LIBXML_PARSEHUGE constant to overrides the maximum text size of a single text node when using libxml2.7.3+. (Kalle) [DOC]
* - Touché filésJani Taskinen2009-11-302-1891/+2001
|
* - Fixed bug #50340 (php.ini parser does not allow spaces in ini keys)Jani Taskinen2009-11-302-1/+28
|
* The old Darwin hack is BROKEN and INCORRECT. It works only for Darwin 9, not ↵Gwynne Raskind2009-11-301-24/+8
| | | | 10, and uses an ugly CFLAGS hack that messes with the entire build. This version sets one cached value to the correct result for Darwin 9 and 10. It's cleaner, has no side effects, has nothing to do with Autoconf versions, and works for everyone.
* - Fix tests assuming wrong ini options and extensions that might not be thereJani Taskinen2009-11-303-2/+12
|
* newsArnaud Le Blanc2009-11-301-0/+1
|
* bfnJani Taskinen2009-11-301-0/+2
|
* - Fixed bug #50231 (Socket path passed using --with-mysql-sock is ignored ↵Jani Taskinen2009-11-303-52/+48
| | | | when mysqlnd is enabled)
* Fixed bug #50168 (FastCGI fails with wrong error on HEAD request to ↵Dmitry Stogov2009-11-301-10/+15
| | | | non-existant file)
* Fixed bug #50159 (wrong working directory in symlinked files)Dmitry Stogov2009-11-302-28/+36
|
* - Restore configure.in before the madness startedJani Taskinen2009-11-301-8/+24
|
* merge from trunk: openssl sni support (rev 289831)Arnaud Le Blanc2009-11-303-0/+242
|
* Reverted accidental changeDmitry Stogov2009-11-301-1/+1
|