summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'RELEASE_1_3b2'.RELEASE_1_3b2SVN Migration2003-10-022849-746954/+0
* Go with 1.3b2Tomas V.V.Cox2003-10-021-1/+3
* Remove leftoversMoriyoshi Koizumi2003-10-022-31/+0
* Alignment fixMoriyoshi Koizumi2003-10-022-3/+3
* Fix php_regex_encoding() so it can handle two additional encoding namesMoriyoshi Koizumi2003-10-021-2/+4
* Fixed bug #25707 (html_entity_decode over-decodes <)Moriyoshi Koizumi2003-10-022-38/+64
* Fixed bug #25701 (On flush() set headers_sent in apache2handler)Ilia Alshanetsky2003-10-021-0/+1
* Should fix bug #25719foobar2003-10-021-2/+3
* ChangeLog update2003-10-021-0/+36
* Made the $argc and $argv always available as globals in CLI, and not asAndrei Zmievski2003-10-011-10/+19
* - Always look into /usr/local before /usrfoobar2003-10-0116-76/+64
* ChangeLog update2003-10-012-0/+140
* Always prefer user specified paths over the default /usr /usr/local.Ilia Alshanetsky2003-09-3012-19/+19
* Fixed bug #25703 (openssl checks failed)foobar2003-09-301-1/+1
* Give more info about release states in list-upgradesTomas V.V.Cox2003-09-301-3/+5
* Move the test to new file.Andrey Hristov2003-09-302-7/+15
* fixAndrey Hristov2003-09-301-0/+7
* smash a segmentation faultAndrey Hristov2003-09-301-1/+1
* Memory leak fixed (no need of MFH since this is code specific to PHP5)Andrey Hristov2003-09-301-0/+1
* MF4: allow realpath() for win32 non-ZTSStanislav Malyshev2003-09-303-3/+3
* MF4: Have realpath nowStanislav Malyshev2003-09-301-0/+1
* MF4: add realpath function for win32Stanislav Malyshev2003-09-302-1/+11
* better fix for #45.Greg Beaver2003-09-301-41/+31
* Add regression test for bug #25666Moriyoshi Koizumi2003-09-301-0/+30
* ChangeLog update2003-09-301-0/+89
* Remove redundant '\n'Moriyoshi Koizumi2003-09-301-1/+1
* Fixed bug #25669 (eregi() with non-ascii characters)Moriyoshi Koizumi2003-09-3016-282/+282
* More NaN & INF handling fixes.Ilia Alshanetsky2003-09-291-0/+16
* preparing 1.3b2Tomas V.V.Cox2003-09-291-37/+9
* " => ", take 2Greg Beaver2003-09-291-3/+3
* noted fixed #45, also " => "Greg Beaver2003-09-291-0/+1
* Bug #45 preferred_state works incorrectlyGreg Beaver2003-09-291-7/+47
* Ready for 1.3b1Tomas V.V.Cox2003-09-291-277/+8
* add property_get_ptr handlerRob Richards2003-09-293-28/+27
* fix for bug #25666 (XML namespaces broken in PHP5)Rob Richards2003-09-292-20/+140
* Simplification.Moriyoshi Koizumi2003-09-291-4/+3
* Fixed Bug #25665 (var_dump() hangs on Nan and INF).Ilia Alshanetsky2003-09-291-0/+16
* ChangeLog update2003-09-291-0/+17
* Fix buildconf for systems using coreutils-5.0Tal Peer2003-09-281-3/+3
* fixed #39 commands that need LOCK_SH fail as non-rootGreg Beaver2003-09-282-1/+2
* ChangeLog update2003-09-281-0/+11
* Bundled GD has this functionfoobar2003-09-271-1/+2
* Test for Bug 25671Sara Golemon2003-09-271-0/+23
* ChangeLog update2003-09-272-0/+101
* Bug Fix#25671 Corruption in subarrays in subject when using str_replaceSara Golemon2003-09-261-1/+4
* Add test cases for the regex problesMoriyoshi Koizumi2003-09-262-0/+27
* Repatch fixes for the problem that was reported at php-dev@php.gr.jp (#884)Moriyoshi Koizumi2003-09-261-7/+8
* Forgot to commit this one.Moriyoshi Koizumi2003-09-261-0/+2
* Explicitly specify mbstring.language.Moriyoshi Koizumi2003-09-264-0/+6
* Fix some incompatibilities with the pre-libmbfl behaviour regarding encoding ...Moriyoshi Koizumi2003-09-261-61/+105