Opened 6 years ago
Closed 6 years ago
#144 closed defect (invalid)
can't post forms
| Reported by: | brian@… | Owned by: | moo |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | cacher | Version: | 1.2.1 |
| Keywords: | post, write to file | Cc: | |
| Application: | vBulletin | PHP Version: | 5.2.4 |
| Other Exts: | SAPI: | apache2handler | |
| Probability: | Always | Blocked By: | |
| Blocking: |
Description
With xcache disabled (;; zend_extension commented out, apache restarted) everything works fine.
if i enable xcache, restart apache, i can't save a form that writes to a file. the file gets timestamped updated, but the settings don't save/load on next pull of the page.
Again, this is working with xcache off, so its not the form.
here's my configure line:
'./configure' '--enable-bcmath' '--enable-calendar' '--enable-exif' '--enable-ftp' '--enable-gd-native-ttf' '--enable-libxml' '--enable-magic-quotes' '--enable-soap' '--enable-sockets' '--enable-zend-multibyte' '--prefix=/usr/local' '--with-apxs2=/usr/local/apache/bin/apxs' '--with-curl=/opt/curlssl/' '--with-curlwrappers' '--with-freetype-dir=/usr' '--with-gd' '--with-imap=/opt/php_with_imap_client/' '--with-imap-ssl=/usr' '--with-jpeg-dir=/usr' '--with-kerberos' '--with-libexpat-dir=/usr' '--with-libxml-dir=/opt/xml2' '--with-libxml-dir=/opt/xml2/' '--with-mcrypt=/opt/libmcrypt/' '--with-mysql=/usr' '--with-mysql-sock=/var/lib/mysql/mysql.sock' '--with-png-dir=/usr' '--with-ttf' '--with-xmlrpc' '--with-xpm-dir=/usr' '--with-zlib' '--with-zlib-dir=/usr'
Change History (2)
comment:1 Changed 6 years ago by moo
comment:2 Changed 6 years ago by moo
- Resolution set to invalid
- Status changed from new to closed
thanks for your comments in #146


can u trace down your simple php script and see what variable or execution-path has changed? or it just segv generating a core file?