]> granicus.if.org Git - php/shortlog
php
2005-04-17 foobar- Fixed bug #31887 (Custom 5xx error does not return...
2005-04-17 <changelog... ChangeLog update
2005-04-16 Sara Golemonmethod_exists() regression test
2005-04-16 Sara GolemonFix method_exists(), pce is fetched, but ce is used
2005-04-16 foobarretype
2005-04-16 Pierre Joye- Typo
2005-04-16 Pierre Joye- Entry for imageconvolution addition
2005-04-16 Pierre Joye- export imageconvolution to userland, making people...
2005-04-16 Rasmus LerdorfI think this is a cleaner emboss filter. Less fringing.
2005-04-16 <changelog... ChangeLog update
2005-04-16 Rasmus LerdorfThe emboss and edge detection matrices are swapped
2005-04-16 Rasmus LerdorfDon't do PDO here if PDO is disabled
2005-04-15 foobar- Fixed bug #32719 (strval() fails to zero terminate...
2005-04-15 foobarAdd some more cases
2005-04-15 foobarAdded test for strval() function
2005-04-15 foobar- Use correct type (bug #32720)
2005-04-15 Marcus Boerger- Fix even though we already know that the function...
2005-04-15 Andrei ZmievskiFix certain operations to stop relying on presence...
2005-04-15 Uwe SchindlerRemove include_path support from md5_file/sha1_file...
2005-04-15 Uwe Schindleruse streams api for md5_file and sha1_file. Added param...
2005-04-15 Uwe Schindlerfix various solaris problems by replacing stdio with...
2005-04-15 <changelog... ChangeLog update
2005-04-14 foobar- Regenerated with re2c 0.9.6 (fixes severe bugs)
2005-04-14 foobar- Add support for latest Birdstep
2005-04-14 Marcus Boerger- Rename class File to FileObject
2005-04-14 Andrey Hristov- don't use short tag
2005-04-14 Ilia Alshanetskymissing header (re2c 0.9.4 built .c file)
2005-04-14 Ilia AlshanetskyAdded missing header.
2005-04-14 Ilia AlshanetskyMFB43: Fixed bug #31583 (php_std_date() uses short...
2005-04-14 <changelog... ChangeLog update
2005-04-13 Ilia AlshanetskyRemoved unused vars.
2005-04-13 Antony Dovgaldisable pg_cmdtuples() too, if there is no pg_affected_...
2005-04-13 Derick Rethans- MFH43: Fixed bug #32699 (pg_affected_rows() was defin...
2005-04-13 Antony Dovgaladd testcase for bug #30833
2005-04-13 <changelog... ChangeLog update
2005-04-12 Frank M. KromannFix for #32682. Error on module shutdown when called...
2005-04-12 Ilia AlshanetskyFixed compiler warning.
2005-04-12 Antony Dovgalfix #30833 (array_count_values modifying input array)
2005-04-12 Stanislav Malyshevfix memory corruption if one on the on_modify handlers...
2005-04-12 Ilia AlshanetskyFixed compiler warning.
2005-04-12 <changelog... ChangeLog update
2005-04-11 Frank M. KromannDon't truncate the .options file when a database is...
2005-04-11 Antony Dovgalrevert the patch, the problem seems to be somewhere...
2005-04-11 Harrie HazewinkelConverting the usage of the integer based internal...
2005-04-11 Harrie HazewinkelAdding support for a getbulk oriented walk.
2005-04-11 Dmitry StogovFixed SIGSEGV on serializing data with circular references
2005-04-11 Dmitry StogovSupport for encoding/decoding of private and protected...
2005-04-11 <changelog... ChangeLog update
2005-04-10 Andrey Hristovnews
2005-04-10 Andrey Hristovfix memory corruption on 64bit in imagefttext(),
2005-04-10 Andrey Hristovfix proto. return true instead of null
2005-04-10 Andrey Hristovsimplify code (no need of local variable - return directly)
2005-04-10 foobar- Say in the help too this is the handler module..
2005-04-10 foobarMight not be obvious for everyone :)
2005-04-10 foobar- This was supposed to be escaped with \
2005-04-10 foobarAdd more detailed failure msg. (bug #32649)
2005-04-10 foobar- Make VC6 happy
2005-04-10 Ilia AlshanetskyAdded time_sleep_until() function, which is a high...
2005-04-10 <changelog... ChangeLog update
2005-04-09 Sara GolemonFold validation into an inlined function per Andi's...
2005-04-09 <changelog... ChangeLog update
2005-04-08 foobar- Nuked some PECLed extensions
2005-04-08 foobarRemoved non-existing sapi/activescript dsp
2005-04-08 foobar- Fixed bug #32587 (Apache2: errors sent to error_log...
2005-04-08 Rob Richards- Fixed bug #32615 (Segfault in replaceChild() using...
2005-04-08 Ilia AlshanetskyMissing part of the patch for bug #32589
2005-04-08 Marcus Boerger- Fix memory corruption found by rob
2005-04-08 Marcus Boerger- Ensure we see all errors. No need for () in return
2005-04-08 foobarremove duplicate entry
2005-04-08 Marcus Boerger- Add new test
2005-04-08 Marcus Boerger- Add property_exits()
2005-04-08 Marcus Boerger- No E_ERROR when we just check (where did my 0->1...
2005-04-08 Rob Richardsfix test
2005-04-08 Marcus Boerger- No E_ERROR when we just check, here visibility simply...
2005-04-08 Marcus Boerger- Simplify getting property info and make it an api...
2005-04-08 <changelog... ChangeLog update
2005-04-07 Jon PariseSpell "overridden" correctly.
2005-04-07 Ilia AlshanetskyFixed bug #32533 (proc_get_status() returns the incorre...
2005-04-07 foobar- Fixed bug #32591 (ext/mysql: Unsatisfied symbol:...
2005-04-07 foobarFix the echo/backquote issues + aclocal
2005-04-07 foobar- Cleanup a bit. And make use of shtool mkdir
2005-04-07 foobar- Reword the send-report-part a bit. (bug #32624)
2005-04-07 foobar- Nuke the code duplication
2005-04-07 foobarFix build when USE_ZEND_ALLOC is 0
2005-04-07 Dmitry StogovFixed indentation
2005-04-07 Dmitry StogovFixed wrong result of cal_days_in_month() with bad...
2005-04-07 Zeev SuraskiFix strdup() bug when USE_ZEND_ALLOC is disabled
2005-04-07 Uwe SchindlerBug #32614 - prevent from crahsing with segfault on...
2005-04-07 foobar- Added the $PHP_AUTOCONF/$PHP_AUTOHEADER usage to...
2005-04-07 <changelog... ChangeLog update
2005-04-06 foobar- Not every OS has ldd..
2005-04-06 foobarRegenerated with re2c 0.9.4
2005-04-06 foobarKeep removed stuff in top..
2005-04-06 Marcus Boerger- Make class_parentS() and class_implements() accepts...
2005-04-06 Ilia AlshanetskyRemoved php_check_syntax() function, it never worked...
2005-04-06 Ilia AlshanetskyFixed bug #31363 (broken non-blocking flock()).
2005-04-06 Christian Stocker- Added optional first parameter to XsltProcessor:...
2005-04-06 Antony Dovgaldo not try to read after EOF
2005-04-06 Georg Richterfix for bug #32282 (segfault in mysqli_fetch_array...
2005-04-06 <changelog... ChangeLog update
next